Posts by Daniel Kchevi • 125 points
6 posts
-
2
votes1
answer157
viewsQ: How do I know if the email was actually sent?
I’m using a code to send email, call the email sending service and choose a particular email that is already configured on the mobile. Everything is working normally, but I want to put one Alert…
-
1
votes1
answer99
viewsQ: E-mail with a custom html page - android
Good afternoon, Someone can help me, I am developing an app, where after receiving some user data, is performed sending an email containing this information. I’d like to use html to make the email…
-
0
votes2
answers2331
viewsQ: Edit the name of Aplicationid in android Studio
Good afternoon, I’m trying to publish an app on google play, but it turns out the following error: Use a different package name. "com.example" is restricted. I already changed (manually) the package…
androidasked Daniel Kchevi 125 -
3
votes1
answer398
viewsQ: Attach a photo to the email
Good morning to all, the doubt is as follows. I have some basic fields (name, phone etc), and an option to take pictures. I have already working sending email and the button to take photo, I can get…
androidasked Daniel Kchevi 125 -
3
votes1
answer680
viewsQ: How to Implement Navigation Drawer with Map in a Fragment
I created a project Navigation Drawer in Android Studio the one that comes ready. Now on one of fragments, need a map with a location. How to implement?
androidasked Daniel Kchevi 125 -
3
votes1
answer576
viewsQ: Browse between screens
I’m developing a project on Android Studio, using drawer navigation. And in one of Fragments I need you to have a navigation of 2 screens. How do I navigate between two screens, ie when sliding on a…