Posts by Rony Sueliton • 313 points
12 posts
-
1
votes0
answers214
viewsQ: How can I save the data from parse.com in the device’s memory?
I’m trying to do something simple, but for me a little complicated, I’m trying to save the data coming from parse.with on the device, because when it has connection to the internet it works, but…
-
0
votes0
answers283
viewsQ: Tutorial to develop Andorid app with Parse
I have searched everything that is corner and I did not find, someone knows indicate some tutorial from another place other than the site parse.with?…
-
2
votes1
answer3334
viewsQ: Change background color for Textview
I would like to know how to change a background of a text view, because I’m pulling the data from the site parse.with, but I can’t do it, what I’m trying to do is this: public class Pizzarias…
-
2
votes1
answer1436
viewsQ: Go to another Activity from a list item with parse.com site data
I would like to know how I could do to call another Activity, through a list item where the data is used from the site parse.com. For example, I have this code: public class ListViewAdapterPizzarias…
-
1
votes2
answers850
viewsA: How to update a listview from the bar action button
Hello. Thanks to all who tried to help, see just tried the way you said but could not, then I decided to do alone searching the code something I could use to call this action that started as soon as…
-
2
votes2
answers850
viewsQ: How to update a listview from the bar action button
I would like to know how I can update a listView from a button on action bar. By clicking this would be updated by taking the data again from the site https://parse.com. This listview picks up…
-
1
votes2
answers200
viewsA: Error loading listview of parse.com
Thank you Guilherme Nascimento for the tips, I am new here and I just wanted to show how I had found the solution. Well, I found that it was necessary to add the name of Class Parseapplication…
-
2
votes2
answers200
viewsQ: Error loading listview of parse.com
Hi, I’d like to know what I’m doing wrong, because I run the app and it always gives an error, giving a stop. ListView listview; List<ParseObject> ob; ProgressDialog mProgressDialog;…
-
1
votes1
answer3160
viewsA: Drawable folders for different dpi do not appear in Android Studio
You can click the button as in the picture and switch to Packages, then you will see all your files that are "hidden" but will be shown when you select Packages.…
-
2
votes2
answers129
viewsQ: Using Fragment, Activity Error
I am creating an app and would like to know where I am missing, ta working, but in error Fragment Activity. package com.example.ronysueliton.patospizzas; import android.app.ActionBar; import…
androidasked Rony Sueliton 313 -
5
votes2
answers315
viewsQ: Can I put an image of the internet on an Imagebutton?
It is possible to create a imageButton and within it put an image of internet. I can do that with webView, but it is possible to do with the imageButton?…
-
1
votes2
answers16877
viewsQ: How to pass data from one Activity to another
I am creating an app for pizzerias in my city and would like to know if it is possible to send data of a Listactivity that contains pizza names for another Listactivity named favorites, so that…