About Sandip Jadhav

I am working as Android Mobile Application Developer since feb2010. I completed Master of Computer Application. I also started my own blog on android hope you will check that https://androidmyway.wordpress.com I am working on this blog to get it more useful so any suggestion welcomes All my blog code is available on github. https://github.com/sandipmjadhav

15 quirky Android XML layout parameters to know

15 quirky Android XML layout parameters to know

After working on Android widgets for the last two years I’ve learned a lot about limitations, inconsistencies, and ghostly parameters in Android XML layout files. Some parameters are simply “overly clever” so I’ll offer some standard settings you should use.

These come in handy so take a moment to review. Continue reading

Android Development Tools

Hello All,

Here are few important android development tools

1] XAppDbg: XAppDbg is an app development tool that can be used to change parameters in your code during runtime. This can save you a lot of time, since you don’t have to build and run your application for each small change. Go to the XAppDbg page to download and learn more about this open sourced tool.
Read More
Continue reading

Android vs iOS guide for newbies

In tech years, the iOS vs. Android argument seems like it is half a century old and has stretched the limits of human tolerance for passive-aggressive retorts. Since 2008 the ongoing comparisons between these operating systems have been in the spotlight because of the growing Android market and the possible iOS expectation that everything be done through Apple and with Apple products.

Continue reading

Dissect layouts using Android’s Hierarchy View

Wouldn’t it be great if when you came across a user interface (UI) that really works you could get a behind-the-scenes look at the blueprints that brought together all those layouts, widgets, and views in such an ideal manner? Well guess what? You can do so, and I highly recommend you get into the habit of it.

Continue reading