You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tic-Tac-Toe Notebook is a simple Android Game, made in android studio, using Java as the main language. The game has 2 player mode and single player mode where an AI made using a simple minimax algorithm compitite with the human player. And it has difficulty levels, with a decent UI. It took me a bit more than 30 hours to make this game, lerning…
LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. Instead of viewmodel..observe and setting the value to view we can directly use in XML @{vm.obj}
User-Friendly Android Application to transform your daily commute, offering QR-based online ticketing & bus passes, e-wallets, detailed maps, and comprehensive route information for the user whilst providing an unparalleled user experience.
Calculating human heartbeat, humidity and temperature using sensors. With the help of NodeMCU, the data transfer to the ThingSpeak web server via the internet and fetch on the android application using ThingSpeak Server API.
An Exam-Book Android Application. In this Application, the User Can give their Online Test and Check their Knowledge and Also Check their Results. This Application is Similar to Testbook App.