
Search In
A lot of people have problems with the phrase “fake it ‘til you make it”. While it’s the nature of clichés to be overused—that’s how they become cliché in the first place, there’s some surprisin
A common dilemma is making the mistake of categorizing WordPress as just a blogging platform, where newbies to the blogging world usually question Why the need for WordPress? Why not the old website which I currently make use of. What’s the urg
Storing record in database using Sqlite Helper class.
We have taken Name, Age and City as input from user and saving them on click of Save button in database.
MainActivity.java
public class MainActivity extends Activity {
CreateDatabase db;
In the below code I have created ContactUs page. Here first I have added images in drawable folder, created Scrollview, ImageView, TextView in activity_contactus.xml layout. And I have used OnClickListener method for using phone no, tweeter and mail.
To create complex list and cards we have to use RecyclerView and CardView.
RecyclerView is a view that shows items in scrolling list (vertical/horizontal) or in grid layout. RecyclerView have advanced features over ListView. RecyclerView provides m
Multilingual in cakephp 3
Hello friends, welcome to findnerd. Today I am going to tell you how to use multilingual in cakephp 3.x. Before moving ahead, lets create articles table. Here we are going to translate the title of articles table to french
Many of the clients and vendors who are involved in the online business are unclear about which will be the best and most trustable eCommerce platform, as it's not necessary that every eCommerce platform solutions will work well with every
Ajax Call (Asynchronous JavaScript and XML Call) In Asp.Net
Ajax Call is used to refresh portion of a webpage without reloading whole page.
Ajax Calls are used to create fast web pages as they refreshes only a portion of web page instead of reloadi
In the below example I have created PublicationArticle layout. Here Frist I have created LinearLayout and then created all layout within main layout after then I have added scrollbar in main layout, In scrollbar I have added TextView, Image View, Vie
In this tutorial we will have a look on Draper gem, which helps us decorate our views more like in object oriented approach. Its a great gem and provides us lots of options to decorate single object and collection of objects. We discussed presenter/d