
Search In
Mobile app development has become an important aspect of many new businesses and the focus of a lot of entrepreneurs. One of the reasons for this is that mobile apps offer a very wide platform to connect with a large audience both locally and interna
There are critical factors to be considered before the launch of any technological invention. In the case of popular mobile apps, before their design and promotion, developers should consider a variety of factors to ensure success of their apps. For
Introduction
It’s no argument that mobile platforms are kicking desktop computers out of the limelight and according to the most recent statistics, these will gain a significantly greater offer of the market in the upcoming y
Hi Readers !
In this Blog we will find how we can Export SQL Server table data to Excel using .net code .
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
us
Magento provides a way to add product attribute from admin but sometime we need to add category attribute in our category settings. So here I am going to tell you the way we need to create category attribute programmatically.E.g. I am creating one ag
Simple code to fetch selected data from database table in excelsheet in cakephp:
Step 1: To achieve this we will use csvHelper class. Now make a file named as CsvHelper.php in your app/View/Helper directory, then add the following code written below
Over a few decades, freemium is becoming as one of the most popular business model. In fact, this is the best solution by means of which apps can be utilized in the best possible manner for earning more and more money. Top mobile app develope
You would hardly find a business without a website and an app today, unless it is deliberately trying to stay undercover. But not every time these tools do a great job at selling or conveying what they are supposed to. There could be two reasons for
In the below code layout I have created floting action button layout. Here I have used CoordinatorLayout, LinearLayout, TextView and FloatingActionButton. FloatingActionButton move left or right when we changes layout_anchorGravity. In this layout Fl
In the below example code I have created a Custom Spinner. Here first, I have added spinner library in build.gradle file. After that, I have added Spinner layout in activity_main.xml layout. In MainActivity I have added items name in String.
You can