Bài đăng

Hiển thị các bài đăng có nhãn Java

My First React Native App - Time Manager

Hình ảnh
After releasing my first React Native App - Time Manager, I decided to share a few lessons I've learned here, and hopefully give you a glance at some of the insight and experience I've picked up from my story. Well, technically, it all started October 2017, when I decided to build my first android app from my home office. It took me another four weeks from the idea to publishing it on the Google Play Store. I used to code 10-12 hours a day, it wasn't coding I just used to stare at my code for hours thinking why the heck is it not working. It takes me hours to remove bugs and finding/fixing bugs is the best feeling :)) How was development? I was already with React Native, and my current way to structure the app state works well for me. Let's have a look at some developement choices I made: react-native-alarms: A react-native library for interacting with Android alarms. I used it to set up alarms for my app. react-native-action-button:  pre...