Posts by vinicius • 1 point
4 posts
-
0
votes1
answer432
viewsQ: Hide password from database
Good Afternoon, I have some websites whose database password, I store in a connection string, on the web.config. Any programmer who has access to hosting ftp, can read the web.config file and view…
-
-1
votes1
answer135
viewsQ: Class import that turns gray
When you import a class that is not being used, it turns gray and immediately erases it. How do I make it not be automatically deleted. I’m using Android Studio.
-
0
votes1
answer56
viewsQ: Doubt about content Activity
Every time I create my second Activity, is generated two layouts for her. In my case was the activity_pincipal and content_principal. Why does this happen?…
-
0
votes1
answer23
viewsQ: import android.content. *
When I add the line "import android.content. *", it turns gray. Without it I can’t open another activity. I tried to create a new project, but it still has the same problem. Does anyone know what it…