Posts by Neto Lobo • 181 points
5 posts
-
-1
votes1
answer7399
viewsQ: How to resolve java.lang.Runtimeexception error: android.os.Transactiontoolargeexception
Guys I’m having this error when I try to share a bitmap via Intent on Android 7.0, I’ve researched enough and could not solve, so I saw Google itself has the recommendation to avoid the error…
-
-1
votes1
answer39
viewsQ: Implement bookmark option on a server
I am trying to implement the option of the favorite user to add an item to a list and I am in doubt as to how best to do this. The scenario is as follows, all users have access to the same list of…
business-ruleasked Neto Lobo 181 -
5
votes3
answers860
viewsQ: Extracting Numbers from a String
I have a string in the following format: 01 - 02 - 03 - 04 - 45 - 86 I need to put these numbers in one array int[6]. What is the best way to do this operation?…
-
0
votes1
answer2629
viewsQ: How to create new folder in an Android Studio project
I’m a beginner in Android Studio and I’m trying to create new folders (values-ldpi, values-mdip and etc.) in the project structure, but I can’t find option.
-
13
votes3
answers6699
viewsQ: Conversion of JSON string to Java object
I am trying to convert a JSON string into a Java object used by Gson. This is the json I get from the webservice: {"concurso": { "numero":1499, "data_sorteio":"01\/06\/2013",…