I am developing an application on maps, am not able to get address in this mobile, its android version is 4.3, like below --
Geocoder is not implemented by all manufacturers. It's may be a reason why it doesn't work on a particular device. From the Geocoder documentation :
The Geocoder class requires a backend service that is not included in the core android framework. The Geocoder query methods will return an empty list if there no backend service in the platform
Or perhaps there is a request quota.
Instead you can use a remote service like Google Maps geocoding API (quotas too).