Skip to main content

Posts

Official Google Blog: Say hello to Google Allo: a smarter messaging app

Official Google Blog: Say hello to Google Allo: a smarter messaging app : Whether it’s planning a night out or just catching up, we all rely on messaging to stay in touch with friends and loved ones. But too often we have to hit pause on our conversations — whether it’s to check the status of a flight or look up that new restaurant. So we created a messaging app that helps you keep your conversation going, by providing assistance when you need it.
Recent posts

Upload Photo to server using Android and .Net

In this example with image we are passing some string also like name and description as well as we have Radio button also which is use too map different upload location . Step by step:- 1>                                                  First will be design which is our XML file name photo_upload.xml <? xml version = "1.0" encoding = "utf-8" ?> < ScrollView xmlns:android = "http://schemas.android.com/apk/res/android"     android:layout_width = "fill_parent"     android:layout_height = "fill_parent"      android:orientation = "vertical"     android:fillViewport = "true" >     < RelativeLayout      ...