
Search In
1. Add an image view in your initial view controller as-UIImageView *animatedSplashScreen;
2. Set its frame in such a way that its compatible with all the devices as
animatedSplashScreen = [[UIImageView alloc]initWithFrame:[[UIScreen mainScree
As an SEO Professionals and Manager, you need to research so many things on daily basis and best SEO Tools (Free or Paid) for build your work easy and effectively. Having the right and effective tools in SEO is most important. Using these free or p
In the below example I have created Display spinner in Popup Window. Here I have created a popup.xml layout. In popup layot i have added TextView, ImageView, Spinner and button. And in activity_main.xml layout I have added a button to open spinner po
In the below example code I have described to add a marker with Infowindow. Here I have used array list for adding marker items, then I have created plotMarkers method, in this method, it will addMarker by passing MarkerOptions as a parameter.
360 video are also known as spherical video which records a view in every direction at same time. Unlike normal video 360 video gives you complete 360- angle view. While watching these video you can control viewing direction. These are recorded by sp
The year is about to end and the Christmas is about to begin. Christmas...the festival of happiness. The bells will ring along with the melody of jingles in the upcoming days. To celebrate the festive spirit, most people give gifts to their loved one
Here I have created a RecyclerView app in android. In this app we have added item in RecyclerView and when we click on the item in RecyclerView the item will be removed. In this recycler view I have used notifyItem Inserted() and notifyItemRemoved()
1)In your XML,make a ListView:
<ListView
android:id="@+id/mylist"
android:layout_width="match_parent"
android:layout_height="match_parent"></ListView>
2)Go to menu.xml and add a Search Button:
<item android:id="@+id/a
The IndexedDB is used to solve the problem of offline storage mechanisms that are supported by all the major browsers.It uses WebSQL implemented in browsers like Opera and Safari to expose IndexedDB API for web applications.
Websites are able to use
TextSwitcher is useful to animate a label on screen. TextSwitcher animates the current text out and animates the new text. In below example Frist I have created a main layout, In main layout I have added TextSwitcher attributes. See the below example