I want to know locality (like state, operator,etc) from the mobile number. You can find the data about mobile number allocation here. The data is huge. I am trying it solve this similar to this solution by entering the whole data to String file (but that is difficuilt to compile in to string file and parsing is turning out to be bit confusing).
Is there any other alternative way such as online repository to this data. There are various apps in play store and online with similiar feature available (I am doing this task for entrily a different role).
Can some one please point me towards right direction or a small code to parse.
Thank You.