Monday 5 March 2018

Check your device with QuiKtest


Tutorial:







What is it? 
QuickTest enables a set of capabilities to test or check your phone/device health within just a couple of taps. It’s a free end to end hardware & software diagnostic mobile app which will be used to diagnosis your phone in a various way.   

Why/whom it is useful for?
It enables a lot of capabilities from which people will be benefited by getting more and accurate insight of how a device functions, how hardware components evolve and how device longevity functions and most importantly what is the exact state of the device in terms of hardware health and associate software along with.

Express Test:
A set of test executes without user interaction.  A single tap is required to perform end to end quick device diagnosis.

Hardware Test:
Application will be able to diagnosis 42 items which will give a complete insight of hardware health such as
* Device’s sensor
* Sound quality 
* Display 
* Touch Screen 
* All device keys (e.g Volume keys, Power keys etc)
* Camera 
* Connectivity (e.g Bluetooth, Wifi)
* Charging ports

Storage:
Application has a dashboard which will provide a complete picture of storage usage. It helps the user to identify unnecessary files and understand storage health.

Battery:
Application provides in details Battery usage and recommends how to improve battery life. It also provides estimate hour of usage

Report:
A complete report will be viewable based on the last couple of diagnosis which will provide how device health status. Therefore, you can take the precautionary step if needed.

Tips and Tricks:

A set of frequently asked issues and solutions what community suggest on that

Wednesday 25 December 2013

Dropthings-2.8.2 - How to install & Create Simple Widget

Few days earlier I was trying to install Dropthings in my machine and learn this.Its easy if you already install before but quite hard if you try this for first time.And i have not found any screen shot based tutorial from internet that i can use and try to install this. Hope it works for and make a smooth path for you to start learning Dropthings.
.


This framework is created by Omar Al Zabir


Overview:

Dropthings is a Personalizable Widget powered Web Portal framework that demonstrates the power of Ajax and Widget Framework to build Web 2.0 websites as well as Enterprise Dashboards. You can extend the fully functional site in any way you like. You can build your own widgets, besides the built-in RSS, Twitter, Flickr, Weather, Stock, HTML and Static Content widgets. You can build widgets that render data from your own databases or collects data from your own webservices and renders them using sophisticated rendering controls. Dropthings is an N-tier web app with nearly 100% automated test coverage on the business layer as well as 80% automated UI tests that cover all the UI behaviors. It is a great ASP.NET foundation to build your own application upon, benefiting from the highly extensible codebase that embraces Dependency Injection, Inversion of Control, Repository Pattern, Caching, Instrumentation, and Unit Testable code.

Tuesday 26 February 2013

Design UILabel in optimize way for large project

It is really hard to find out any iOS application without UILabel.
Here,I am trying to explain how to design UILabel in a optimize way that really helpful in large scale project.You will get benefit of this article when you need to change any attribute of all UILabel in your project.

Friday 19 October 2012

Create Custom UIPickerView Controller



Download Source Code

This Custom Picker can easily integrated with your current project.Here,I just use a UITable View and some custom delegates method  for this.
Here, I give some limited design of each cell and some custom animation.It can be modified so easily.
here i just give some picture of this and Link for the


Monday 8 October 2012

Delegate & Protocols: Creating Custom Delegate Methods in Objective C

What is Delegate :



A Delegate is an object that usually reacts to some event in another object and can affect how another object behaves.Delegates are used to delegate tasks of objects to their owner.A good reason for this is it makes it easier to use composition instead of inheritance.Delegates are a reference to an object that confirm to a specified protocol.So,you can guarantee it will implement the required methods.

One of the best examples (if we're talking iPhone) is theUITableViewDelegate, which is called to do certain things when certain table-related events occur.


Thursday 31 May 2012

CSS : Save Design from Browser

My friend are really annoyed on Browsers.One of close friend just join in a software company.I can't tell the name of his software firm otherwise my boss may think I am marketing of my friend's software firm.

Wednesday 30 May 2012

JSON...Son of JavaScript

I am really angry on my seniors.When I was a student at varsity level people are talking about server site programming language a lot,like php,Asp.net,JSP etc.For that , being a junior my focus on server site programming languages.But when I entered in my job sector it looks different.Developers trying to execute their code in client site as much as they can.One of our experience project manager told,"we need some client site programmer,because all my developers are experienced in server site coding but unable to perform well at client site."

Once I thought JavaScript is not so important in development sector but