
Search In
I am creating a login form for that, for the validation purposes i need to consume 1 particular web service. I am using Gsoap to call that web service , I followed all the steps and its generate .h files as well as all those stubs for the client side
In this Android Video Tutorial, you will learn about how we create a Collapsing toolbar by learning few XML tags.
XML tags covered in this tutorial are: CoordinatorLayout, AppBarLayout, CollapsingToolbarLayout and NestedScrollView. You can also und
I have a very simple html program that is just a kids picture book basically.
What I would like to know is how I turn this into an app for Windows phone?
Is there any code I can put at the start and end of my html to make it work as an app?
I have
Hello I am trying to implement proxy client on Android. For this purpose I using VPNService. When I connect to server and send first package from device over created socket I receive from server Bad request 400 error.
Maybe someone works wit
At first i'm a beginner and i have a simple project to do.
I'm trying to build a simple admin page that add some content to my website
This is not a big deal, but i need someone who can instruct my directly in some way
Few days ago I was facing an issue that the assets served from the S3 buckets are not as fast as I wanted them to be and then I heard about a solution from AWS that is Cloud Front.
So I am writing this blog so that you get to know that how easy is
In this article we will see how to overload the action Method in ASP.NET MVC. Overloading is the scenario where we have two methods with
the same name but different signatures. At compile time, the compiler finds out which method it is going to cal
In the below exmaple I have created Toolbar. Here I have used In activity_main xml.layout a toolbar and TextView, and In MainActivity I have used toast function. You can see the below example it will clearly describe you how to create Toolbar with t
Cakephp's bake console is the fastest way to create models, view and controller. In order to create it first you need to create the table. In this case I am creating Users table:
CREATE TABLE users (
id INT UNSIGNED AU
Steps to Create a WCF service in Visual Studio 2010
1.To create a new WCF service application project, go to File->New->Project. Then select WCF under Visual C# installed templates and then select wcf service application.
2.In the solution ex