Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #4K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

7 Posted Topics

Member Avatar for davy_yg

Most probably it contains the API that returns the data in the form of an array with Customer Name and Country. This data might be hardcoded in the file, or it is requesting from a table somewhere.

Member Avatar for jstfsklh211
0
301
Member Avatar for DocTech25

I tried your code on my computer and it seems to work (as in, the background image appears on the page). try setting the `background: url` to `"../image_directory/name_of_image.png"` the `../`depends on the depth of your directory structure (as in how many levels do you have to go up from the …

Member Avatar for almostbob
0
255
Member Avatar for coolsasuke

this, is a good place to start. I started there too. I'm pretty new at this myself, but the documentation here can help you out. http://developer.android.com/training/index.html

Member Avatar for s3xandch0c0late
0
231
Member Avatar for jemdev03
Member Avatar for jemdev03
Member Avatar for dasunile

[QUOTE=dasunile;1017221]Hi Guys, I cant find the Folder options button under the tools tab on my comp. Its shows me some map drive, sync drive etc. None of the usual options are showing. In one of the previous threads. this is what was suggested. "[U]man this problem was getting on me …

Member Avatar for thami123
0
368
Member Avatar for Kimmelivim

Try to get the input [B]before[/B] the [I][COLOR="green"]while[/COLOR][/I] loop, make the [I][COLOR="green"]while[/COLOR][/I] loop checks if the input is in kundregister.txt and only execute [I][COLOR="green"]If[/COLOR][/I] statement if condition isn't met. The algorithm should be something like this: [CODE]get input while (input is !condition) execute If statement end while[/CODE] since you don't …

Member Avatar for Kimmelivim
0
173

The End.