How to create a mask for monetary value in an editText, in case you format this way to save in the database "20.99"?
1.99
20.99
300.99
1000.99
10000.99
In debug, I would take the token and add it to my sender and send PN. Deletei, recompile in release mode and now I can not send PN (Push Notification). See my sender's code:
public partial class MainWindow : Window
{
public MainWin...
This is the code
public override void OnCreate()
{
try
{
base.OnCreate();
//If debug you should reset the token each time.
#if DEBUG
FirebasePushNotificationManag...
How to add a label a button, as in the image?
By clicking this button, this label disappears, just to let you know that there is something new in the menu.
how to do something like this?
I had several projects on my console. I was able to receive push notification (PN). So I dropped all the projects and created just one. I made an app based on the step by step that a colleague passed me and I could not receive. I got the App tha...
I'm working on a project that I have to communicate an Arduino with Android via Internet (Network), I've seen some tutorials on the subject but I could not finish it yet, I would like to help to complete this project.
I'm using AndroidStudio....
I want to know how to add certain values from a RecyclerView.
in case it will be model.getQntd() , I need to add all their respective results.
UPDATE
I've been able to count the problem now is that when there happens a change in th...
I'm developing a code in android studio where I get data through a buetooth transmission. The data goes to a function called Handler, which is static.
public static Handler handler = new Handler() {
@Override
public void handleMessage...
I used a populated .sqlite database in a project. I imported the bd into the assets folder and implemented the code for creating and accessing the database. I ran the project and everything worked ok in the emulator and on the phone directly. Th...