Pinned Repositories
android-core-architecture
This is a complete code base that help to fast build a modern and high performance Android app: modularized, scalable, maintainable, testable architecture, can be suitable for complicated and long lifecycle projects development.
android-core-architecture-lite
This is a code base that help to fast build a small app (demo, test) in a modern and high performance way. For a complete code base and full features, please refer: https://github.com/anhhn2312/android-core-architecture
architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
gstreamer-android-samples
This project collects all Gstreamer android tutorials from Gstreamer official site and add support for newer SDK version and fully translate into Kotlin.
kotlin-crappy-base
A sample Android project skeleton in Kotlin which includes the best practices for developing a modern Android app: Architecture Components, AndroidX and some other best-in-class third party libraries like Retrofit, RxJava, Dagger 2, etc.
KotlinSampleApp
A sample app which illustrates the best practices for developing a modern Android app using Kotlin, AndroidX, Architecture Components and some of other best-in-class third party libraries like RxJava, Dagger 2, etc.
paymentwall-android-sdk
Accept payment from users in android applications
TreasureTrash-Android
WeatherDemoApp
A demo app which uses VIPER architecture
wifi-p2p-streaming
This project demonstrates how to connect and share camera streaming between Android devices using Wifi-direct and socket.
anhhn2312's Repositories
anhhn2312/wifi-p2p-streaming
This project demonstrates how to connect and share camera streaming between Android devices using Wifi-direct and socket.
anhhn2312/gstreamer-android-samples
This project collects all Gstreamer android tutorials from Gstreamer official site and add support for newer SDK version and fully translate into Kotlin.
anhhn2312/android-core-architecture-lite
This is a code base that help to fast build a small app (demo, test) in a modern and high performance way. For a complete code base and full features, please refer: https://github.com/anhhn2312/android-core-architecture
anhhn2312/android-core-architecture
This is a complete code base that help to fast build a modern and high performance Android app: modularized, scalable, maintainable, testable architecture, can be suitable for complicated and long lifecycle projects development.
anhhn2312/architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
anhhn2312/kotlin-crappy-base
A sample Android project skeleton in Kotlin which includes the best practices for developing a modern Android app: Architecture Components, AndroidX and some other best-in-class third party libraries like Retrofit, RxJava, Dagger 2, etc.
anhhn2312/KotlinSampleApp
A sample app which illustrates the best practices for developing a modern Android app using Kotlin, AndroidX, Architecture Components and some of other best-in-class third party libraries like RxJava, Dagger 2, etc.
anhhn2312/paymentwall-android-sdk
Accept payment from users in android applications
anhhn2312/TreasureTrash-Android
anhhn2312/WeatherDemoApp
A demo app which uses VIPER architecture
anhhn2312/android-inapp-billing-v3
A lightweight implementation of Android In-app Billing Version 3
anhhn2312/glide
An image loading and caching library for Android focused on smooth scrolling
anhhn2312/nowinandroid
A fully functional Android app built entirely with Kotlin and Jetpack Compose
anhhn2312/retrofit
Type-safe HTTP client for Android and Java by Square, Inc.