Görüntülenen Kategori : "Tutorial"
Dec
31
2012

PHPUnit and Selenium in a Yii WebApp

Let’s look at how we use selenium and phpunit in a Yii app. After this tutorial you will get understand how functional tests can be written in a web App. We assume that you have general information about phpunit and testing in yii framework or you may want to read previous posts Using PHPUnit in Yii Framework PHPUnit installation on Wamp in Windows 7 and integration with Eclipse

Nov
27
2012

Introduction to Android App Testing

Testing is the indispensable part of software development so is Android app development. However, it may take some time and it may be tiring to build a software testing infrastructure. Fortunately, Android provides a testing framework infrastructure to test the app in every aspects so we don’t need to deal with testing infrastructure. All we need are to learn the testing framework and to write the test codes. Most of guys have known the famous [...]

Nov
1
2012

Step by Step Android Development with Maven

Maven is a great build tool and in this tutorial, i will show how to integrate Maven with Android. Requirements: Eclipse Indigo or Juno Android Developer Tools 0.9.9+ Java JDK Install Java JDK and point it in the eclipse as shown below: If you have Eclipse Classic, then you need to download and install Marketplace Client to Eclipse using the menu link Install new Software → Switch to the Indigo Repository → General Purpose Tools [...]

Jul
2
2012

Using PHPUnit in Yii Framework

As known, phpunit is a unit testing tool for php and as it seems very successful. Btw, yii framework add some new classes at the top of the phpunit to make easy to write testing codes. In this post, firstly I will try to tell some generic info about phpunit testing. After that try to tell which codes we can test and how in a yii webapp. I assume phpunit is installed and working correctly, [...]

Jun
13
2012

How to get source codes of an apk

Most of the developers sometimes want to see the source codes of some applications for reverse engineering, so do I To do that, I learned how to get source codes of an apk and last week when I wanted to see source codes of an apk again I realized that I forgot how to do that so I learned again and I decided to write this entry to remember quickly how to look at source code of [...]

May
1
2012

Status Update with Image from Your Android App to Facebook

In this article, I will try to explain how to update Facebook user wall with image. For this post request, firstly you have to create a Facebook App and select how your app integrates with Facebook. You can create a new app

Mar
25
2012

StackView Non-Widget Sample

There are samples for StackView Widget but there is not non-widget version. In this tutorial, a non-widget sample for StackView will be explained.

Mar
24
2012

Android initialization from init.rc to third party code

As known, android is based on Linux kernel however in this article, we wont deal with kernel. We will try to discover android initialization (particularly zygote)  step by step after the kernel is done. init,  source can be found in /system/core/init/init.c, is started first after the kernel finished his job.(init’s pid is 1) init process parces the init.rc file which has a specific format called the Android Init Language and sets up the system according [...]

Jan
29
2012

Step by Step Guide to Building a Custom Android Device

In this document we will try explain how to build a custom android device. We used Ice Cream Sandwich ( 4.0.3 ) for this tutorial. We assume that you already download the latest version of android. 0. Create a working directory ics and download the latest source code to this directory. If you don’t know how to do that please check this page. 1. First of all we need a vendor directory in the ics directory. [...]

Jan
18
2012

Gtug Ankara Google Chrome Extension

This extension is a kind of mashup (Wikipedia Mashup). If you have an WordPress based website and you want an extension for your web site, you can start to use this extension after doing necessary changes in settings. The key feature is that, we used “JSON API” WordPress plugin. This plugin allows you to get WordPress content JSON format. This extension gets JSON data from your WordPress website with the help of JSON API plugin [...]

Pages:123»