Social cloud is an android app that packs most popular social networks such as Facebook,twitter,LinkedIn etc in one simple app that is low as 2 mb in size,and with nice features such as night mode,Google search etc
Android Tutorials
Set Subtitle on Android Toolbar ActionBar
Subtitle is set below the title on the toolbar or actionbar. you can use this java code to place a subtitle on your toolbar tested on android lollipop in Appcompat theme Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar1); toolbar.setSubtitle(“About”); in the “about”…
Change Actionbar Toolbar text color in android
You can change toolbar or action bar text color of your android app with this code. tested on actionbar that is created with Appcompat No Actionbar theme. Java code example. tested on android lollipop You can type blue,white or any…
Root and Install TWRP Recovery on Lenovo K4 Note
This tutorial is only for Lenovo K4 Note, Also known as: Lenovo K4 Note A7010a48, A7010, Lenovo Vibe X3 Lite. This was tested on K4 note build number A7010a48_S232_161227_ROW Marshmallow 6.0 successfully Lenovo k4 note is quite old, but i…
How to Add Admob ADS in your Android App
How to put admob ads in Android Admob is a mobile advertisements platform run by google. admob is better than any other ad networks because the payment and quality is good. they are the most trusted ad network and millions…
How To Open A Website in WebView Android
In android, a WebView is a view that loads a website or webpage into it. for example, the webview can be used to pack your website into an app that simply loads your website when the app is launched. there…
Update Samsung Galaxy S2 Gingerbread to Official Jellybean 4.1.2 (Need Root)(No Computer Required)
Upgrade I9100 to Android 4.1.2 official jellybean, No PC needed to flash This is a very old tutorial that i posted in my old blog when i used my S2 back in 2014 or so.. i repost it here in…
Start Another Activity From Button in Android
In this Android tutorial, we will learn how to open a new Activity from a button click on android app. I hope you have already learned to make your first android app, try this link if you have not, Make…
Make Your First Android App APK
Android is a great operating system and is very famous and widely used around the world. designing apps for android is a nice job or hobby you can do because millions of devices around the world is using android, it…