Computers are useless. They can only give you answers. And code is what a computer can understand to make answers. But here we will write code that you will understand.
There are a lots of weather application available in Google Play Store. Bt you may want to develop your own weather application in Android Studio. Oh, don’t worry, you don’t need to setup a weather station in each city on each country to get weather information in your app. There are free APIs...
Read MoreGetting user’s current location is the most important task in apps those provides services like food ordering, transportation, health tracking, social networking or lot more. This location information mainly based on getting user’s latitude & longitude. Using latitude & longitude...
Read MoreYou can use different tools and applications to set an alarm in your phone. Basically, setting up an alarm is sometimes important from your own Android Application. Suppose your app has a feature that will help users to remind to take medicine on a fixed time. This can also be done via other...
Read MoreGetting user's current location is the most important task in apps those provides services like food ordering, transportation, health tracking, social networking or lot more. This location information mainly based on getting user's latitude & longitude. Using latitude & longitude values,...
Read MoreLots of people use WordPress for their Blog, they install plugins from the WordPress plugin store and use them. Though there are various plugins available in the store for using them free. But you can not modify them as you want. Years ago, I was also doing the same and started to hate WordPress....
Read MoreA ToDo Task app is where we can save schedules of some tasks to get reminded on the scheduled time. The tasks we save in the app can be saved multiple ways, online or offline. Some app supports both. In this tutorial we are going to create a SQLite Database based ToDo Task App using Java in...
Read MoreSuppose you want to create an application like Android Note App or ToDo Task app that need to save data into your device, so that later you can access them without internet connection. You may insert new data, search data, update or delete them. In short, an offline database functionality is...
Read MoreDateTime is a common utility in Android. These days most of the project required date and time formatting in Android. So we are building a plug and play solution. I hope each developer will keep this utility in own inbox for time-saving purpose. In this tutorial, we demonstrate different-different...
Read MoreIt's not a good idea to start creating your website or blog directly in live hosting. Better if the development phase can be done in your local computer which will fasten the process. As you are here, I assume that you may already know about what WordPress is. In this tutorial, we'll learn how to...
Read MoreIn this Java tutorial you’ll learn how to build and run your first Android app in Java. Though, Kotlin is the officially supported language for developing Android apps in Android Studio, Java is still being used by many developers and many libraries you may use with Kotlin is still written in...
Read More