Posts by vsousa • 5 points
4 posts
-
0
votes1
answer29
viewsQ: Itemclicklistener not available
I’m creating a project that shows a list of equipment through a Recyclerview. When clicking on an item of this Recyclerview, you would need to open a new screen with details of the clicked item. The…
-
0
votes0
answers116
viewsQ: Error Null Object
I’m developing an app delivery (with client version and Adm) in which the administrator version changes the status of orders through a spinner, after which the client app receives a status update.…
-
0
votes0
answers44
viewsQ: Land and Portrait
What would the image code look like to keep the aspect ratios between views in both Landscape and Portrait? The image below is only prototype has no code yet.…
-
0
votes1
answer848
viewsQ: Convert . Jar to . Dex
Speak people! I decompiled an apk and it generated a class.dex. file I was able to turn that file into . jar and now I want to go back to .dex. How to do this?