Best Practice and issues with ListView in Android Xamarin
Listing information is an fundamental requirement in any mobile application development. Android developers usually prefers Listview control for this.It makes easier user interaction to data model.
In the previous post I explained how to Requesting REST Webservice with JSON in C# Xamarin Android, How to use Google Place API with Autocomplete in Xamarin Android.
I have observed some of the below issues with ListView operation.
->Listview Item click showing wrong view position.
->ItemClick event fires more then once.
->Out of memory exception.
In the previous post I explained how to Requesting REST Webservice with JSON in C# Xamarin Android, How to use Google Place API with Autocomplete in Xamarin Android.
I have observed some of the below issues with ListView operation.
->Listview Item click showing wrong view position.
->ItemClick event fires more then once.
->Out of memory exception.
Weather Condition and Forecast App using Xamarin android
By keeping this in mind, just i have made an attempt to bring the Weather Condition and Forecast estimation app by using the Yahoo weather API.
Android Soft Key Board/Soft Input Window Customization
This code log entry is regarding adding Action key to Xamarin.Android soft keyboard. When I tried to do this in one of my project,faced a little problem,So updating here to avoid in future ;( and may helpful to somebody those who are looking for the same.
To Add "search" to softkeyboard.
To Add "search" to softkeyboard.
<EditText android:id="@+id/myEdtTextView" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" android:imeActionId="@+id/ImeSearch" android:imeOptions="actionSearch" android:imeActionLabel="Search" android:textSize="22dp" />
Google Place API with Autocomplete in Xamarin Android
In this post i will write down how to make use of the google map place api in xamarin android. Before proceeding here go through with Google map integration have written in steps about google map integration.
In Brief: As and when user enter the character, fetch the matching location with that character from the google server.
Build Google Map V2 in Xamarin Android
Here i’m going to discuss about the steps to integrate the google map in Xamarin android. Cross platform tool Xamarin let's the C# .Net developers to develop App to run on diffent platforms like, Android,iOS and Windows. By sharing maximum amount of code.
In Brief : Integrating google map,highlighting desired location and customizing map controls.
MVC Multiple Screen Application and working with multiple table
In Brief:
Let us now go through
the simple multiple screen MVC application. Here the point of learning is how to
link multiple tables, multiple screen navigation by making use of HTML Action
Link. In previous article we have seen how to making use of Entity frame workand business object to fetch the data from the database.
Using Raw ADO.Net/Business object for data accessing in MVC
In Breif:
In this article I’m going to explain how to use Raw ADO.NET as
model in MVC.4 or Accessing Database by using business
object/ADO.Net. This is the another approach to be used in the data
layer. Previously in Dataaccess using entity framework article we have seen
how to use entity framework for interacting Database.
Data access using entity framework in MVC
In Brief: In this article let us understand how to making use of database in MVC by using Entity framework . or Retrieve the data stored in database table by using the entity framework. In the Model in MVC i have explained about how to making use of model in MVC.
Model in an MVC Application
In Brief:
In this article let us make use of the most important part of the MVC pattern i.e. Model. Description about how the model can be used as data layer in mvc application. In the Introduction to MVC article explained role of the model and also about passing data from controller to view.
Passing Data from Controller to View
In Brief : In this article i am going to explain how the data can be passed from the controller to view. In the previous article you can see how the routing is done in mvc let us proceed from that article .
How Routing works in MVC Application
In Brief:
In this article i will explain how the routing is done in MVC Application. In the previous article we have seen how the input request is get processed .
Let us progress with the same code from request processing article.
Composition of MVC Request path
Composition of MVC Request path
In brief :
How the MVC request path is structured. Compare to normal web form application it has complete different format. Here that difference is explained by creating sample project. This article helps you to learn basics of MVC in steps.
Subscribe to:
Posts (Atom)