Posts by Henrique Augusto Vieira • 11 points
4 posts
-
0
votes1
answer24
viewsA: Update totalizer in actionbar when deleting record
Example of my Recyclerview Adapter, Delete Action holder.btnDelete.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { AlertDialog.Builder builder = new…
androidanswered Henrique Augusto Vieira 11 -
0
votes1
answer24
viewsQ: Update totalizer in actionbar when deleting record
Good evening, you guys, I’m developing a basic app, and came across some problems updating registrations totaliser: I have an Activity containing a Recyclerview listing the data stored in the…
androidasked Henrique Augusto Vieira 11 -
1
votes1
answer94
viewsQ: A single application with many databases
I have an application with the Laravel framework that I created many subdomains to access. Today I make a separate environment for each one, but the files in each of them will be the same. My…
-
0
votes2
answers809
viewsQ: Send data from a Fragment to an Activity
Good Morning Everyone I have a Fragment containing a listview where I list the data coming from a webservice. In the onclick method I have the following code where I pass some values to another…