Android static libraries






0

0


Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.

Java
Apache License 2.0
Updated 19 Nov 2020

Android library that helps using static application context.

Java
Updated 07 Mar 2020

A small library to add Google static maps to your Android app

Java
Other
Updated 08 Jul 2017

Piri is a lightweight annotation processing library that generates static factory methods for your Activities and Fragments.

Java
Updated 19 Aug 2020

Android MobileNet object detection example with openCV 4.2 static link library.

Java
Updated 21 Sep 2020

Static analysis tools: PMD, Findbugs, Checkstyle, Lint and Jacoco on multi module build with an Android app module, Android library module and a Java module

Java
Apache License 2.0
Updated 07 Sep 2020

A simple Android library for orienting views right-side up in an Activity with static orientation.

Java
Apache License 2.0
Updated 11 Oct 2019

A simple android library to get a direction rendered on a Google Static Maps from an array of locations.

Java
Updated 28 Jul 2018

:package: This Android library helps to manage static data more structurally.

Java
Apache License 2.0
Updated 10 Nov 2019

Android/Java Static Analysis Library

Java
Apache License 2.0
Updated 11 Oct 2020

通过android studio 和ndk生成Android 平台的静态库,以及使用静态库demo

Java
Updated 01 Jul 2020

Android app to analyze permission usage in third-party libraries

Java
Apache License 2.0
Updated 02 May 2018

android-library to display static pieces of map

Kotlin
MIT License
Updated 27 Jul 2020

Static analysis library for extracting the approximate dependency graph from Java/Android/JavaScript

Java
Apache License 2.0
Updated 19 Nov 2020

Shoebill is a library to wrap static methods for unit testing.

Java
Apache License 2.0
Updated 31 Jan 2017

static library for android jni

Java
Updated 08 Mar 2018

This library can be used to set advanced settings for wifi such as manual proxy and static ip configurations through your app.

Java
Apache License 2.0
Updated 25 May 2020

Kotlin Multiplatform Static String Resource Accessor and Creator Library

Kotlin
Apache License 2.0
Updated 14 Sep 2020

The simple adapter to render static data in RecyclerView

Kotlin
MIT License
Updated 22 Nov 2020

An Android library for presenting static web content.

Kotlin
Updated 28 Apr 2018

League of Legends static data retrieved from Data Dragon services in form of Android library.

Java
Apache License 2.0
Updated 06 Apr 2018

Dagger is a fully static, compile-time dependency injection framework for both Java and Android. It is developed by the Java Core Libraries Team at Google.

Java
Updated 06 Nov 2020

An Android Application that takes data interactively from user and saves it in database , then Lists whole Customer Information in Custom Listview with static images(without picasso library) with facility of Edit and Delete button .

Java
Updated 25 Jul 2020

Brush up your mobile app with customized Progress Dialog. Beautiful Progress Dialog is a small library that let you show custom Progress Dialog into your app. It can show static images, GIFs and the new Lottie Animation.

Java
MIT License
Updated 11 Sep 2020

Android Tutorial 1. Android Studio Tutorial 2. Android Studio Overview 3. Android Intent 4. Android Spinner 5. Android ListView 6. Android Fragment Lifecycle 7. Android Passing Data between Fragments 8. Android WebView 9. Android ActionBar 10. Android Custom ActionBar 11. Android Animation 12. Android Capture Image 13. Android Custom Fonts 14. Android Location API GPS Tracking 15. Android Location Google Play Services 16. Android Increase Gradle Build Speed 17. Android NavigationView 18. Android SearchView 19. Android GridLayoutManager 20. Android MVP 21. Android Picasso 22. Android Internal Storage 23. Android External Storage 24. Android Shared Preferences 25. Android SQLite 26. Android Notification 27. Android AlertDialog 28. Android GridView 29. Android Gallery View 30. Android ProgressDialog 31. Android AsyncTask 32. Android BroadcastReceiver 33. Android ListView Custom Adapter 34. Android ViewFlipper 35. Android ButterKnife 36. Android Non Scrollable ListView 37. Android JSONObject 38. Android XML Parser 39. Android Runtime Permissions 40. Android Data Binding 41. Android Data Binding Advanced 42. Retrofit Android 43. OkHttp Android 44. Android Login Registration App 45. Android Interview Questions 46. Android Multi Search 47. Android Layout LinearLayout 48. Android FrameLayout AbsoluteLayout 49. Android ScrollView TableLayout 50. Android Navigation Drawer 51. Android CollapsingToolbarLayout 52. Android ImageView 53. Android TextSwitcher ImageSwitcher 54. Android AutoCompleteTextView 55. Android ProgressBar 56. Android SeekBar RatingBar 57. Android Toggle Button, Switch 58. Android Countdown Timer 59. Android ExpandableListView 60. Android Date Time Picker 61. Android Radio Button 62. Android Floating Widget 63. Android Checkbox 64. Android CardView RecyclerView 65. Android RecyclerView with Dividers 66. Android ViewPager 67. Android Drag Drop 68. Android Floating Action Button 69. Android SnackBar 70. Android Swipe Refresh 71. Android Shared Element Transition Animation 72. Android ConstraintLayout 73. Android ConstraintLayout Example 74. Android TextInputLayout 75. Android Percent Layout 76. Android Google Maps 77. Android Google Maps Example Tutorial 78. Google Static Maps 79. Android Google Maps Current Location 80. Android Google Map Route Drawing 81. Google Places API Welcome to Retrofit Android Example Tutorial. Today we’ll use the Retrofit library developed by Square to handle REST API calls in our android application. Table of Contents [ hide ] 1 Retrofit Android 2 OkHttp Interceptors 3 Setting Up the Retrofit Interface 4 Retrofit Android Example Project Structure Retrofit Android Retrofit is type-safe REST client for Android and Java which aims to make it easier to consume RESTful web services.

Java
Updated 07 Sep 2020

Easily add high-quality animation to any native app. Lottie is an iOS, Android, and React Native library that renders After Effects animations in real time, allowing apps to use animations as easily as they use static images.

Java
Updated 12 Jan 2020

ADRENALIN-RV weaves monitoring code at load time and is able to instrument all loaded classes. In addition to the default classes inside the application package (APK), ADRENALIN-RV covers both the Android class library and libraries loaded at runtime from the storage, network, or dynamic generation, which static weaving won't be able to monitor.

Java
Updated 12 Apr 2017

How to make GIF Splash Screen In Android Studio | Animated | Attractive | Androhive We will make gif splash screen in android studio in today’s example. You can make really great animated and attractive splash screen with GIF. GIF provides seamless animation to the first impression of any android application. Traditionally, we were making splash screen with static image. Static Image may contain company name, logo, slogan etc. information. There are some third party libraries available on the Github to make some cool animations with splash screen.

Java
Updated 06 Aug 2019

Room persistence library allows you to perform, create, read, update, and delete operations the same way you would in SQLite API easily. This Room allows fluent database access while harnessing the full power of SQLite and helps you create a cache of your app’s data on a device that’s running your app. There are three major components in Room that are Database, Entity, and DAO. Watch the tutorial to learn how to implement your local database in Android Studio using the Room persistence library. Follow the steps to know How to Save and get Data local data using Room Database in the android studio:- 1. Create a New android studio project and add Room Database library to your project. 2. Now create a new Java file called User.java and Add the import declaration. 3. Creating a very simple table that consists of UID, Name, and Timestamp. 4. Add the variables like primary key, auto-generate, and column info. 5. Create another file called UserDao.java. Change the class into an interface and add and run the code. 6. Now Create a new file called AppDatabase.java and add the import declaration. 7. Now Create a variable as an instance and initialize the ExecutorService with the number of threads. 8. Create a static function that returns the instance and add the databaseBuilder statement to initialize the database. 9. Now Inside the MainActivity class and get the singleton instance of AppDatabase and call the appropriate functions. 10. Now call the execute function and pass a Runnable object.

Java
Updated 20 Oct 2020

A android application that fetches articles from a static end point, displays it as a list and opens it in a WebView when clicked. This application has used mostly only system provided APIs as far as possible and I have avoided using additional third party libraries for networking and data storage. Though it does use Dagger 2 for dependency Injection.

Java
Updated 17 Apr 2020

Lottie is an open-source animation tool by the amazing folks at Airbnb. Its an iOS, Android, and React Native library that renders After Effects animations in real time, allowing apps to use animations as easily as they use static images.

Java
Updated 28 Nov 2018

This App will use Twilio for Sms Marketing Online Service with modern architecture of Android called MVVM and Most popular Library RxJava, Data Binding, Dagger, and Most recommended Database Room for storing Message History. This App will use static Json of Contacts kept in raw folder itself

Java
Updated 19 Apr 2020

how to image

rating-img
Rate this tool
/5   votes