Got a problem on my android project. I am doing backup and restore Room database. The problem is my current Room db instance is not reading my backup db during restoration. Anyone knows? Happy to have a hint. #100DaysOfCode#Android#RoomDatabase#Java#Sqlite
Hi guys, I just wanted to share one of my side projects. It's called K-Pipe. Actually it's just a reference for mech engineers. Not a big thing. But I just want to here some feedback about the ui/ux. Thanks! #100DaysOfCode#MechanicalEngineeringAugust2018 https://t.co/6tf89fioPo
Used FusedLocationProviderClient of Google Api to get the current location of user. It's better than the old LocationListener due to battery consumption. #100DaysOfCode
Fixed my classes and methods. Just like hiring a waiter and a chef and telling them their scope of work and how they communicate to one another. #100DaysOfCode
Being a good programmer is by practice. But being good at UI/UX is by? Looking at other designs to get an idea? Please give me tips. TIA #100DaysOfCode#uiux
Tested APIs and json for Android and iOS. Reviewed my json notes to parse. Wondering if android have a library like SwiftyJson which makes json manipulation easy. ๐ค #100DaysOfCode
I've been doing a secret project lately and I guess I will stop my Round 2 of #100DaysOfCode for now since this round became too random again. I will restart soon once the project is done.
R2D76: Used AsyncTaskLoader instead of AsyncTask, since a loader saves the data so it will not load again even after screen rotation. #100DaysOfCode#CodeNewbie
R2D74: Read the Android documentation today. Finding the missing pieces of the puzzle. Along the way, I learned types of drawables especially the clip which can act as a progress bar. For newbies, reading the documentation is recommended. #100DaysOfCode#CodeNewbie