• Stars
    star
    1
  • Language
    Kotlin
  • Created over 6 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kotlin code example for android projects.

More Repositories

1

LocationTrackerAndroid

Get current location in background service using location service in android
Java
43
star
2

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.
Java
27
star
3

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
Java
11
star
4

AndroidRoomDatabase

Android room database sample
Java
10
star
5

CodingBestPractices

Demonstration of coding best practices, tricks samples, writing optimized code, following coding standards
5
star
6

Taking-Photo-Camera-Android

Take picture using android camera on android latest devices. Kotlin is used in separate module with detailed comment.
Java
2
star
7

Code2Reuse

Write best code, reuse it
Java
1
star
8

NodeJsRestAPI

Node Rest API, sample APIs developed using mongo db and express framework
JavaScript
1
star
9

AndroidMVP

Android model view presenter demonstration.
Java
1
star
10

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.
Java
1
star
11

Dagger2

Android and dagger 2 basics. Network module demo, Rxjava, Rx android demo, Model view presenter demo, dagger 2 dependency injection.
Java
1
star
12

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.
Java
1
star