Code Monkey home page Code Monkey logo

kotlin-android-examples's Introduction

Kotlin-Android-Examples



This repository contains all the example apps demonstrating features/integrations of different libraries/functionality in your android apps purely developed on Kotlin.

Show some ❤️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers GitHub followers
Twitter Follow

NOTE: If you are going to download just a single example app (using the download link), make sure you follow the below procedure

  1. Create a folder kotlin-android-examples
  2. Next download and add the dependencies.gradle to this kotlin-android-examples folder
  3. Now move the example app folder inside the kotlin-android-examples folder

The reason this is required because each single app uses ext variables defined and referenced from dependencies.gradle file from the parent folder namely kotlin-android-examples.

Examples

  1. ActivityLifecycle download
  2. ApolloGraphQLExample download
  3. AutoCompleteTextViewWithRx download
  4. BottomSheets download
  5. BroadcastReceiver download
  6. CircularReveals download
  7. ContentProviders download
  8. CoroutineAdapters download
  9. CustomView download
  10. DataBinding download
  11. DiffUtil download
  12. EmojiCompat download
  13. FormsWithRx download
  14. GraphQL download
  15. IntentService download
  16. JacksonKotlinModule download
  17. Kodein download
  18. Koin download
  19. KotlinCoroutines download
  20. KotlinTest download
  21. MoshiExample download
  22. MVPSample download
  23. MVVMSample download
  24. ObjectAnimator download
  25. RealmDB download
  26. RecyclerView download
  27. RuntimePermissions download
  28. SharedElementTransition download
  29. SpekExample download
  30. SqlBrite download
  31. TimberExample download
  32. UsingDagger2 download
  33. UsingFirebaseJobDispatcher download
  34. UsingRetrofit download
  35. UsingRoom download
  36. UsingSpringAnimation download
  37. UsingSugar download
  38. ValueAnimator download
  39. ViewModelAndroidArch download
  40. ViewPager download
  41. BottomNavigationView download
  42. HandlerThread download
  43. MobileVisionBarCode download
  44. FingerprintAPI download
  45. WidgetExample download
  46. JniSample download
  47. AnimatedVectorDrawble download
  48. ListAdapter download
  49. Paging Library download
  50. Motion Layout download


Pull Requests

I encourage all the developers out there to contribute to the repository and help me to expand it. To contribute just think up of an example which could be a feature or some demo to how to use a library. Develop the demo and create a pull request and you are in.

Created By:

Developer: Amanjeet Singh

Twitter: @droid_singh
If you found this code demo helpful or you learned something today and want to thank me, consider buying me a cup of ☕ at PayPal


Inspired by

I made this repository after inspiration from this wonderful work by nisrulz. You can find his repo on following link:

Link: https://github.com/nisrulz/android-examples

kotlin-android-examples's People

Contributors

amanjeetsingh150 avatar ansh94 avatar ergunpolat avatar jatin2dev avatar pramonow avatar way2jatin avatar xorforce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kotlin-android-examples's Issues

Hi

Thank you very much
Please for me API_KEY ?

All projects into one project

Thanks for this, but can you add all of this projects into one project?
my mean is , for add any projects not need create new project. open one project and show all of this projects into Android Studio.
thanks

I just can't find any other way to tell you this

UPD: I thought this was a repo by oiyio

This is not an issue with the repository. This is an issue with something unrelated. I'm posting it here because I can't find any other way to communicate with you. If my assumptions are correct, I think you should understand it from the following:

#include <iostream>
#include <memory>

class Primer2;

class Primer1 {
    public:
        int x;
        void x_from(Primer1 x);
        void x_from(Primer2 x);
        void out();
};

class Priner2 {
    public:
        char x;
        void x_from(Primer1 x);
        void x_from(Primer2 x);
        void out();
};

int main() {
    std::cout << sizeof(Primer1) << ' ' << sizeof(Primer2) << '\n';
}

void Primer1::x_from(Primer1 x) {
    this->x = x.x;
}

void Primer1::x_from(Primer2 x) {
    this->x = x.x;
}

void Primer1::out() {
    std::cout << this->x;
}

void Primer2::x_from(Primer1 x) {
    this->x = x.x;
}

void Primer2::x_from(Primer2 x) {
    this->x = x.x;
}

void Primer2::out() {
    std::cout << this->x;
}

Compile it with g++ and see the first error.

Please describe every example with one or two English sentences

A suggestion to improve your README.md top file:

Please describe every single example there with one or two (maybe three) English sentences, interesting to software developers ; explain what each example is demonstrating.

I am a 60 years old guy, living in France, with a PhD in artificial intelligence (1990); I am professionally doing Bismon (documented here...). I am thinking of making a similar, but much simpler, thing on Android (also GPLv3+ licensed), as a hobby project.

I am a Linux expert (using and coding on Unix since 1987 and on Linux since 1993) and a free software enthusiast. But I know nothing about Android and willing to learn to code simple GPLv3+ programs (on my Debian desktop at home) for it.

Feel free to email me to [email protected] about my suggestion.

Regards.

Basile Starynkevitch -- http://starynkevitch.net/Basile/

Some error in project

I have download project as it is. But one class not found in your project that the reason i am not able to run this project.

Question 1. This class not found:-
import com.developers.mvvmsample.di.components.DaggerActivityComponent

Question 2. I am getting error compile time

Folder D:\AndroidProjects\CompanyProjects\Msmadhan\Kotlin\v1_Test\app\build\generated\source\kaptKotlin\debug
Folder D:\AndroidProjects\CompanyProjects\Msmadhan\Kotlin\v1_Test\app\build\generated\source\kaptKotlin\release
3rd-party Gradle plug-ins may be the cause

I have already seen below url but solution not working:-
https://stackoverflow.com/questions/49518223/3rd-party-gradle-plug-ins-may-be-the-cause

If i am wrong then suggest me what should i do.

Error when compiling [DiffUtil]

Hi, did you forget to delcare swipeRefreshLayout:

Here is the build output:
kotlin-android-examples\DiffUtil\app\src\main\java\com\developers\diffutil\MainActivity.kt: (32, 28): Unresolved reference: setOnRefreshListene

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.