World Record by ISRO : Everyone Should Know About PSLV-C37 Launched 104 Satellites in a Single Flight

In its thirty ninth flight, The Indian Space Research Organisation (ISRO) on  15th February, 2017 launched a record 104 satellites on board a Polar Satellite Launch Vehicle (PSLV). The earlier record for the highest number of satellites launched in a a single flight was held by Russia. The total weight of all the ...
Read More

How to Create dynamic layout and parse JSON data to build app like HOTSTAR

We will see here how to create dynamic layout in android and parsing of JSON data inside the dynamic layout. We will also see how to show image inside the dynamic layout. Movie and Channel category app like Hotstar, Youtube , Netflix uses the same logic to show there data ...
Read More

Build and Develop Alphabet ABC Learning Android app For Kids

We will see here how to create a alphabet ABC learning app for kids. Basically I have targeted use of this alphabet app for 2, 3 or 4  year old babies. Kids like to learn with pictures, animations and sound effect. I will explain all necessary ideas, concepts to build ...
Read More

Android Insert Data to MySQL Database Using PHP (Android , MySQL , PHP , PDO)

We will see here how to insert android data to MYSQL database using PHP with PHP Data Objects ( PDO )  method. Here , I used example of Firebase Cloud Messaging (FCM) . The FCM SDK generates a registration token for the client app instance. To send push notification to client app first  you ...
Read More

FCM Send Push Notification Using PHP

Firebase Cloud Messaging (FCM) is the new version of GCM. We will see here how to send push notification from PHP server to android app client in short time and simple way with single device id. Developers requires a little knowledge to understand following code. I will discuss here only ...
Read More

How to keep Baby Name as per Numerology

In this post will see How to keep Baby Name as per Numerology. In case if you are already have given a name to the baby then you can Change Name as per Numerology. Numerology is the predictive science that uses numbers just as astrology uses the planets. Example of ...
Read More

ISCA chapter 1 summary notes – COBIT and Governance

ISCA 1st Chapter (COBIT & Governance ) Summery Notes & Memory technique given in tabular format ...
Read More

Open pdf file programmatically in android

In this post we will see that how to open or read pdf file programmatically in android. If user open android app then pdf file will be open. First put your given pdf file in app\src\main\assets path .You can customise according to your need. I have shown here with both option ...
Read More