
On the off chance that you buy a Huawei telephone as of now, get ready to drive it to the US yourself. Another report says that American transportation organization FedEx is declining to send Huawei telephones now. A PCMag author…
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…

OnePlus 7 Pro has begun getting OxygenOS 9.5.8 update. As indicated by the organization, the update rollout is steady, and it will take a couple of days to achieve everybody. The OxygenOS 9.5.8 update brings advanced touch affectability, May Android…
Calculating percentage in java is very easy. Just follow the simple mathematics, No need to do anything extra. The math is: Gained value / total value * 100. That’s it. Here is the java code:

Class Think about our life in this world. We are the people living all together. Think about our surroundings. Think about our environments. There are animals, there are trees, there are forests, buildings, vehicles, mountains, sea, rivers and many more…

Java is a general purpose programming language which is very popular and at the same time it used by world wide. It is an well structured class based, concurrent and object oriented programming language. There are so many applications and…

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…

Developing an android app is not so much easy. Its takes lots of time, dedication and hard works. An android developer has to take so many important steps in account to make a good, reliable and successful app. Choosing library…