Posts by Felipe Andrade • 239 points
4 posts
-
0
votes1
answer98
viewsQ: Dealing with JSON differences because of previous versions
How best to deal with the following problem: I have an iPhone and Android mobile app that sends and receives data to a Webservice using JSON. My application needs to work offline, with users being…
-
9
votes5
answers69449
viewsA: How to make a regular expression for mobile phone?
My solution may not be the most effective, but as I did not see many solutions commenting on some points I decided to write my. I created a regular expression that identifies whether a string is a…
-
3
votes7
answers8821
viewsA: Regular expression for phones?
I created a regular expression that identifies whether a string is a phone, taking into account the following cases: telephones 0800 numbers of operators and services like 10315 and 190 telephones…
-
1
votes1
answer2683
viewsQ: How to Access Real-Time Android Sqlite Data (DEBUG)
How can I access the data contained in the local database of the Android device, ensuring that the information is up to date? My IDE is Intellij IDEA and I use the connection feature with the…