How to hide app icon from launcher

**This project requires Xposed module ,note that the concept for hiding app from drawer is same.

I used this method for my latest app .you can use the below method to hide app icon  from launcher and keep use from Xposed Installer Module section.I think this gives more privacy for the user when they hide what software … Read more

IMEI Editor [Xposed]

imei_ffHappy to announce my brand new IMEI Editor (Free version and Paid Version).This is Xposed module for faking your IMEI number.Please purchase paid version for unlocking all the  features like Hiding launcher Icon,Random output for each request.

This APP will only fake your original IMEI number.This will help for your keeping your privacy.

Free Version : 

Pro Version : … Read more

Flip like Flipboard using Retrofit

Flipper
Have you ever wondered about how  app works.Do you ever think bout doing that project?.Now,its time.In this project,i am using FlipLibrary and our Retrofit project :) .It’s really simple and easy to implement.

https://github.com/basil2style/FlipperView


Introduction

This tutorial project is mainly focused on creating flip animation with network call using retrofit.Firstly,We deploy a sample json to myjson.Please make note that this … Read more

Xposed Demo Project for Android Studio

Added Xposed android studio project to Github.You just need to import the project and start coding.

Library Used : XposedBridgeApi-54.jar

Your project structure look like this:

xposed

For Tutorial:

https://github.com/rovo89/XposedBridge/wiki/Development-tutorial

Github:

https://github.com/basil2style/Xposed-Android-Studio-Project

… Read more

Creating Android Root App

RootAppTut

In this tutorial,we will create a Root App which can Reboot,Reboot Recovery,Restart SystemUI and Shutdown device from scratch using Android Studio and Libsuperuser.

Please make sure what Rooting is,How to Root and Root app from other sources.Otherwise don’t experiment this in device. [Use our open source Root Checker, for verifying your root access.]

Note : … Read more

Android Retrofit Images Tutorial

android+retrofit+picasso

MakeInfo

In this tutorial,we are using Retrofit (networking) and Picasso (image loading) library for loading images into a listView .This is an intermediate tutorial.

After introducing Retrofit and why we chose it for Android Rest Calls in my previous article.Now ,we are going to next level,using retrofit and another library ‘Picasso‘ from square to load images.I also … Read more