Skip to content

🚀 These are android sample projects which are written in Kotlin. It covers video streaming, mp3 player, sqlite, location services, nav drawer etc.

License

Notifications You must be signed in to change notification settings

EasyKotlin/AndroidWithKotlin

 
 

Repository files navigation

AndroidWithKotlin Build Status Apache 2.0 License GitHub version Issue Count

These are android samples projects which are written in kotlin. The project contains the following apps:

1. app(default) : Simple Navigation drawer layout to start with a floating button.

2. audioplayer: An audio player app which plays mp3 file and custom seek bar to seek.

3. locationmanager: An on-demand location fetching app which uses google's latest fused location provider.

4. sqlitedatabase: A simple sqlite database app with mock server which handles user(friend) search and logs the queries into local database. A good app to understand RxAndroid in kotlin.

5. videostreaming: A live RTSP video streaming app with custom media controls.

More to come in future :octocat: 🌟

 

Minimum Requirements

  • Android Studio 3.0
  • Android O
  • Android sdk tools 26.0.2
  • Android sdk build-tools 26 rc2
  • Android sdk plateform-toools 26.0.0 rc2

Projects

Name Demo
Default App
Audio MP3 Player
Location
Sqlite
Video Streaming

About

🚀 These are android sample projects which are written in Kotlin. It covers video streaming, mp3 player, sqlite, location services, nav drawer etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 90.9%
  • Java 9.1%