Android social network app data storage -


i'm developing app in android(social network). need save following user data on client side after login: 1-firstname,lastname,education,sex,languages , other 20 strings. 2-i need 2 arraylists of 15 size, , every node contains 3 strings(title,descrition etc) 3-encoded image string. 4-some boolean settings.

i'm using php backend server , json data transfer language. please guide me how store data????


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -