Pinned Repositories
Android-with-Kotlin
Kotlin code example for android projects.
AndroidMVP
Android model view presenter demonstration.
AndroidRoomDatabase
Android room database sample
Code2Reuse
Write best code, reuse it
CodingBestPractices
Demonstration of coding best practices, tricks samples, writing optimized code, following coding standards
Dagger2
Android and dagger 2 basics. Network module demo, Rxjava, Rx android demo, Model view presenter demo, dagger 2 dependency injection.
Google-Maps-Android
Adding a map to an Android app. Android Studio is the recommended development environment for building an app with the Google Maps Android API
KioskModeAndroid
Simplest way to create a application in kiosk mode/ single purpose device application in android. i e. only the single application can be accessed from the device without any root or special permission.
LocationTrackerAndroid
Get current location in background service using location service in android
Taking-Photo-Camera-Android
Take picture using android camera on android latest devices. Kotlin is used in separate module with detailed comment.
dinkar1708-zz's Repositories
dinkar1708-zz/LocationTrackerAndroid
Get current location in background service using location service in android
dinkar1708-zz/KioskModeAndroid
Simplest way to create a application in kiosk mode/ single purpose device application in android. i e. only the single application can be accessed from the device without any root or special permission.
dinkar1708-zz/Google-Maps-Android
Adding a map to an Android app. Android Studio is the recommended development environment for building an app with the Google Maps Android API
dinkar1708-zz/AndroidRoomDatabase
Android room database sample
dinkar1708-zz/CodingBestPractices
Demonstration of coding best practices, tricks samples, writing optimized code, following coding standards
dinkar1708-zz/Taking-Photo-Camera-Android
Take picture using android camera on android latest devices. Kotlin is used in separate module with detailed comment.
dinkar1708-zz/Android-with-Kotlin
Kotlin code example for android projects.
dinkar1708-zz/AndroidMVP
Android model view presenter demonstration.
dinkar1708-zz/Code2Reuse
Write best code, reuse it
dinkar1708-zz/Dagger2
Android and dagger 2 basics. Network module demo, Rxjava, Rx android demo, Model view presenter demo, dagger 2 dependency injection.
dinkar1708-zz/Lifecycle-Aware-Components
Data of android UI is saved during configuration changes of device using view model of life cycle aware components. Different kind of android life cycle aware components. By using these component an app code becomes robust, testable, and maintainable.
dinkar1708-zz/NodeJsRestAPI
Node Rest API, sample APIs developed using mongo db and express framework
dinkar1708-zz/Screen-Orientation-Change
Handling Configuration Changes, Handling of such a unwanted behavior Handling poor user experience A.Retaining an Object During a Configuration Change - Let activity be recreated, handled data manually. B.Handle the configuration change yourself - Prevent Activity to recreated - This is not recommended by Android.
dinkar1708-zz/android_guides
Extensive Open-Source Guides for Android Developers
dinkar1708-zz/collegeproject