Sudoku Pattern Generator App

When i searched “Sudoku Number Pattern Generator”  App in Play Store ,all i got is some Sudoku Puzzle Game Generator and no correct result.So i decided to code a simple Sudoku Number Generator app using my  Sudoku Number Generator Java File(link).Sometimes, generating takes more time (you alter the code in your way) because we are using … Read more

Retrofit Android Tutorial

retrofit + android

Why I chose Retrofit ?

Before using Retrofit from square, I tried volley (from Google) and AsyncTask. After using retrofit,my works gets more easy.You must read the below topics before jumping into this Tutorial.This is a beginner based project which gives an idea of retrieving from api using Retrofit.

This project is also added to my Github

Comparison  of AsyncHttpRead more

Sudoku Generator in Java

Sudoku  is a logic based, combinatorial  number-placement puzzle [wikipedia]. I just created a sudoku number generator in java console.You can also use this method for generating sudoku numbers easily in GUI. I used a easy approach for generating sudoku numbers.I use this project mainly for making a simple generator.This is working fine.Voila!

Check it on https://ideone.com/rbHDGh.… Read more

Barcode Scanner App

Barcode Scanner

 

Download Apk from F-droid or .

Decoder Available on http://zxing.org/w/decode.jspx

Generator available on http://zxing.appspot.com/generator

If you ever want to use Barcode and QR code scanner,So the best option is to use Barcode Scanner from ZXing.It will scan barcodes on products, Data Matrix and QR Codes containing URLs, contact info ..etc.This is an Open Source  project and if … Read more

Why RootInfo ?

Many(Not All) Root Checking Applications available in Play Store had Ad and also in-app purchase.So i just created an open source Root Checker,. I also added some extra useful details which some app giving in Purchase.

This Application will not Root your Device,But tell whether your device successfully Rooted or not.Some rooting method will only gives partial root … Read more