Posts by Abner Terribili • 251 points
6 posts
-
0
votes2
answers190
viewsA: What is Listviewanimations and how to use it?
I found nothing on ListViewAnimation in the official documentation, you are probably quoting the Listviewanimations, which is a lib that helps you in animations related to ListViews and GridViews.…
-
1
votes1
answer122
viewsA: Android app closes when switching from Landscape to Portrait
Hello, maybe it’s because you’re not treating the guidance of your app. It has a very simple answer, it is only 2 steps, but the text is in English. Here. Anything, I translate for you.…
-
1
votes4
answers3066
viewsA: How to make a Hello World on ASP.NET MVC?
You created a MVC Web project. Start with a simple Class Library. Take a look at this tutorial from Microsoft Hello World Tutorial. And if you want to get off to a really good start, study the new…
-
1
votes7
answers2227
viewsA: Agile methodologies - a single programmer
Yes man, quietly. Create tasks, describe them, estimate them, prioritize them and finally work with small iterations, so you can be aware of the evolution of your work. If you want to know more…
-
6
votes2
answers9199
viewsA: Testing an application’s Internet connection
First, don’t forget the Manifest permission. If not, your application won’t be able to connect. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> Then, create a method…
androidanswered Abner Terribili 251 -
6
votes2
answers1034
viewsA: Log in with network user
Dude, if authentication is rolling with an Active Directory, VS Studio assists you, take a look at this tutorial to create a Single Sign On using Identity with Entity Framework. Active Directory is…