Posts

Showing posts from September, 2020

5 Way to Earn Money online platform and through programming

Image
Hello guys, we are living in the digital world.There are plenty way to earn money in this  digital era rather than to move traditional job.First of all we should focus on our skill i.e  what can you do? Skill is one of the major role to play to earn money.We all know that  Technology is changing day by day and becoming more and more becoming a part of our  everyday life.I mean to say that the people who have no singal bit knowledge of  technology they also use advance technology like AR in snapchat etc.And they make  money through that.And the best part of this this technology to create a lot of  opportunity to earn money as coder, developer, and through management. There are many way discussing one by one .So let's start                                                                  1.  Blogging Blogging is one of the finest way to earn money .If you  are interested in writing a article then it is  the best way to earn a money online .If you are developer or a programmer then yo

How to make a simple voting app in Android studio

Image
 Hello Guys, Here I am going to discuss about simple use of button in android .How to use button in android.Basically I have used these button as social media voting button just to create a real life example.                  Xml file:-               <? xml version ="1.0" encoding ="utf-8" ?> < androidx.constraintlayout.widget.ConstraintLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" tools :context =".MainActivity" > < Button android :id ="@+id/button2" android :layout_width ="103dp" android :layout_height ="88dp" android :background ="#FF4B33 " android :onClick ="youtube" and