
Its been a while google restricted the permissions of sms/mms reading and sending. But if your app’s core functionality depends on these permissions you might get an exception approval. So how do we make it? Here we will learn how…

Java, as the Internet’s renowned programming language, has had a profound impact on how people navigate the Twitter world. Most users expect in terms of performance from their devices that a Java functionality determines access to the Internet. However, you…

The latest release of Visual Studio marks some fantastic new features to enhance the Python developer experience. It includes the ability to bring your existing Python code form Open Folder support without the need to create a Visual Studio project.…

In the corporate world no introduction is required for cross-platform apps. The native app market has a vast expansion and approximately 3 million apps in the Google Play Store and around 2 million apps in the Apple app-store. Thus entrepreneurs…

The debate about PHP and Python is never-ending. This is because both languages are compelling and accessible programming languages. In this article, we’ll share with you when and where you should use either language. First, why should you learn a…

The cool features of applications draw the attentions of users. Applications make phones “brilliant” and through their advantages, applications have radically changed how we work today. Proficient developers are getting occupied with, structuring and assembling applications of their own and…
Adding Library We are assuming that you have already created your project. So lets skip that part. We are going add a library. Open your app level build.gradle and add this line: implementation ‘com.nanohttpd:nanohttpd-webserver:+’ and sync it. Start/Stop Server We…

Beautiful design is another important thing in app development. No matter how fantastic idea or your app is, there’S always a possibilities to lose your users if your app looks boring. So designing a good UI it’s a crucial part.…

If you are a fresher in android development and preparing for very first interview in your life, then first of all CONGRATULATIONS and secondly I am here to help you with some basic knowledge and questions which might be asked…

SharedPreferences is very important thing in Android development. If you want to store some small non relational data then shared preference is the best choice. You can store data like user name, number or address in shared preferences. Also you…