I have a listView that displays the files from an external folder (usb). I want to select one of these files and save them to an internal folder (Basket).
Here's when I select an item from my listView , I get the position of the item, howe...
I did not start to do anything yet, so I did not put any code here, I need a direction to study to make a progress bar in the shape of a water tank and as it fills it, a water will go up inside the box ... I found an example here and I will past...
I'm trying to remove the accent from the searcher's words, but my code is not working.
I'd like you to look at a sample word Você all variations of Voce, Você, você, você, VOCE, VOCÊ .
Thank you
@Override
public bool...
In any project I create:
The Toolbar is displayed in the emulator but does not appear in the editor.
These errors also appear:
Followthecodes:Styles:<resources><!--Baseapplicationtheme.--><stylename="AppTheme" parent="Ba...
Well, I started studying java for android development this year and now I'm interested in browsing tabs that stay on the toolbar. Well, I was able to understand part of the code, but I could not change the content of the fragments. Could someone...
Hello,
I'm new to android development and I'm having some questions, I'm developing an APK using a webview and I'm often updating it with some improvements. Since I work more than 200km from where APK tablets are installed, I'd like to make A...
I have a project that records image and name of a product registration in firebase and I'm trying to load those images into a recyclerview, but stopped at getDownloadUrl. Since I am a beginner I have researched more without success.
If anyone c...
Good evening, I have a problem, I have no idea what it may take to help you! I am developing an Android application in Android studio in the code is all correct compila legal has no syntax error, but at the time of emulating this presents the fo...
I have a simple application that with a given link returns an html page.
I'm doing this with a WebView, it's working normally, but I do not want the user to see WebView on the screen.
Before I was doing so to instantiate it:
WebView wv = fi...
I am using BroadcastReceiver along with alarmmaneger to send notifications and among these I thought about sending a notification between the hours of 12 the 19 randomly like if today sent the 12 hours and amanaha the 16 so that I could not thin...