Pinned Repositories
contact_book
A simple contact book flutter dapp that interacted with smart contract deployed on local ethereum chain using Truffle & Ganache
flutter_crud_bloc
A Flutter App using bloc as its state management and interactions with API's CRUD operations.
mvvmFlutter
A flutter project with repository pattern MVVM style, network calls with dio, json-serializable and app state with provider.
RepoSearchComposeWithFlow
A sample repo search app using Android Compose as it's UI, Kotlin StateFlow & SharedFlow as its data flow, Dagger Hilt as it's dependency injection, Room for offline cache and MVVM architect.
StarterApp
A starter flutter project using bloc & cubit with http packages.
TodoApp-Flutter
A Flutter Todo App that interacts with Api's CRUD operations using provider and http packages.
WalletConnectApp
A simple android Dapp that connect Crypto Wallet using Wallet Connect V1 SDK.
kyawsanoo's Repositories
kyawsanoo/StarterApp
A starter flutter project using bloc & cubit with http packages.
kyawsanoo/WalletConnectApp
A simple android Dapp that connect Crypto Wallet using Wallet Connect V1 SDK.
kyawsanoo/contact_book
A simple contact book flutter dapp that interacted with smart contract deployed on local ethereum chain using Truffle & Ganache
kyawsanoo/RepoSearchComposeWithFlow
A sample repo search app using Android Compose as it's UI, Kotlin StateFlow & SharedFlow as its data flow, Dagger Hilt as it's dependency injection, Room for offline cache and MVVM architect.
kyawsanoo/mvvmFlutter
A flutter project with repository pattern MVVM style, network calls with dio, json-serializable and app state with provider.
kyawsanoo/TodoApp-Flutter
A Flutter Todo App that interacts with Api's CRUD operations using provider and http packages.
kyawsanoo/flutter_crud_bloc
A Flutter App using bloc as its state management and interactions with API's CRUD operations.
kyawsanoo/flutter_getx
A Flutter app with getX for it's app state and dependency injection, getX's page route and getX's interaction with api CRUD operations.
kyawsanoo/mm_chatgpt
kyawsanoo/mmcoin
A sample flutter dapp that interact with solidity smart contract deployed on ethereum TestNet using web3dart package.
kyawsanoo/MovieApplication
A simple Movie Application written in MVVM architecture with Dagger hilt, Retrofit, Rxjava, Android Live Data, Room Database and data binding.
kyawsanoo/flutter_inheritance_widget
An example of Inheritance Widget usage in state management in flutter app.
kyawsanoo/flutter_offline_todo
A Flutter offline app for CRUD using Hive and Hive adapter generator.
kyawsanoo/kotlin_coroutines
Kotlin Coroutines with live data in android
kyawsanoo/KotlinFlow
Learning Basic Kotlin Flow in Android
kyawsanoo/MVIBasicWithKotlinFlow
kyawsanoo/MVIPlayground
MVI playground (with no RX ) with kotlin state flow, shared flows & channel in android
kyawsanoo/NDKTestApp
JNI call samples in Android Kotlin with Native C and C++.
kyawsanoo/NDKTestAppWithJava
JNI call samples in Android Java with Native C++.
kyawsanoo/QueuePro
kyawsanoo/ReactNativeJSApp
React Native with Javascript App that interact with api crud operations.
kyawsanoo/RepoSearchComposeWithLiveDataAndFlow
A sample Github Repo Search MVVM App with Android Compose, LiveData and Kotlin Flow
kyawsanoo/TodoApp
A simple todo app that interacts with Api CRUD operations with Android Jetpack Compose, Kotlin Coroutines & Flow, Dagger Hilt, Retrofit And MVVM pattern.