PocketMagic

PocketMagic

Where Technology meets magic


Android
45 Posts
BlackBerry
4 Posts
Electronics
68 Posts
Hardware
120 Posts
High Voltage
49 Posts
iPhone
4 Posts
Linux
2 Posts
Nuclear
20 Posts
Optics
11 Posts
Photography
7 Posts
Photoshop
3 Posts
Research
19 Posts
Reviews
18 Posts
Robotics
8 Posts
Security
7 Posts
Software
73 Posts
Symbian
2 Posts
Tubes
18 Posts
Windows
3 Posts
Windows Mobile
11 Posts

Top Articles!       See PocketMagic on Facebook


uRADMonitor - Online Radiation monitoring station | 14995 Views | Rate 70.07
uRADMonitor - Online Radiation monitoring station
Bluetooth and iOS - Use Bluetooth in your iPhone apps | 18446 Views | Rate 59.31
Bluetooth and iOS - Use Bluetooth in your iPhone apps
NMEA GPS Library for AVR Microcontrollers | 4876 Views | Rate 56.05
NMEA GPS Library for AVR Microcontrollers
Programmatically Injecting Events on Android - Part 2 | 5115 Views | Rate 44.87
Programmatically Injecting Events on Android - Part 2
Building a robot – Part 2 | 4684 Views | Rate 44.19
Building a robot – Part 2
Simple Switched power Supplies | 16298 Views | Rate 42.11
Simple Switched power Supplies
Capacitor Discharge Microspot Welder / Cutter | 11442 Views | Rate 36.56
Capacitor Discharge Microspot Welder / Cutter
Atmega8 and Nokia 5110 LCD  | 1577 Views | Rate 34.28
Atmega8 and Nokia 5110 LCD

 

Posts tagged development

Developing for Blackberry 10

A short insight on how to get started with developing for the new Blackberry 10, using dynamically created controls.

Android default orientation and orientation change events

Find the default orientation on Android devices, and intercept orientation changes even for activities locked in portrait or landscape mode.

BlackBerry Splash Screen

A tutorial with code that presents an easy way to show a splash screen in your Blackberry application. Show the first Splash-Screen, wait a few miliseconds, than load the rest of your application.

Developing for Blackberry -part 2-

An updated article on some very basic first steps with Blackberry programming. Tools, sample app, and how to get it running.

Android Contacts – a simple Contact Selector

The Android Contacts tutorial part 5, here I show a robust solution for selecting a contact from a list. A filter/search mechanism is also implemented using the SimpleCursorAdapter.

Android Contacts – Custom Contact column to get the LOOKUPKEY

Part 2 of the Android Contacts tutorial, showing how to add a custom column to a contact, and how to use that to identify a newly added contact and read its LOOKUPKEY.

Android Contacts – Add a new Contact using ContentProvider

Part 1 of a tutorial on working with Android Contacts: add a new contact programatically, including name, email, company, phone but also a thumbnail contact image .

Android Custom Complex Listview with Header (no XML)

Create a dynamic (no XML) listview with header with all the bells and whistles. Learn how to use the item position to change its background and content for a complex result.

Developing for Android – the SDK – update 2011

Get started with Android Java development – a tutorial with detailed steps and lots of pictures to help you make your first android application. Use Eclipse and the Android SDK.

Android Dynamic (no xml) Custom Adapter Listview

A tutorial on how to build a custom adapter for an Android Listview control, and how to catch the onClick event correctly.
Includes source code.

Resizing Linux partition results in GRUB Error 17 fix

See how to fix Grub Error 17 on Ubuntu.

Android dynamic TAB Control

Learn to create a tab control on Android, without the XML layout. Add an image to the tab control in a few easy steps.

CreateProcess, GetExitCodeProcess and application crash

When using CreateProcess win32 API make sure the lpCommandLine is not a constant or your application can crash.

Apple iPhone 3G – introduction

This article shows a few basic things:
- How to connect your iPhone to your desktop PC and how to update the iPhone firmware
- How to downgrade the iPhone 3G from 3.1 to 3.0
- How to activate the iPhone 3G 3.0 (jailbreak)
- View iPhone filesystem in total commander
- Do screen captures of your iPhone 3G

Android tricks: Disable “No SIM card” screen

Disable the “No SIM card.” annoying Android message.

More on Android’s Bluetooth

See how to get more Bluetooth functionality on your Android device then the interface offers you. Discover nearby bluetooth devices, and see what interaction options you’ve got.

HCI Commands list

List of HCI commands.

Android adb error: “device not found” on Ubuntu

Hunting down some connectivity issues with the ADB command from the Android SDK.

Write on the Android Read-only file system

Hot news: You can change the android partitions to Read-Write so you can upload new file versions (eg. permissions.xml) .

Handle drawing in Symbian

Learn how to handle drawing on the Symbian platform. A step by step guide on how to draw images and polygonal shapes.

Developing for Symbian

Make the first HelloWorld application for Symbian

Android C native development – take full control!

An useful post on how to use gcc and the android toolchain to produce native C applications for the google android.

Developing for Google Android – the SDK

Get started with Android Java development – a tutorial with detailed steps and lots of pictures to help you make your first android application.

Developing for Google Android – update the OS version

A tutorial on how to unlock your Android G1, how to upgrade the ROM version and how to get Root on your embedded linux box.

Developing for Google Android – introduction

Learn:
- how to connect the Android to your Windows PC
- how to take screen captures from your Android
- how to install new software on your mobile device

Developing for BlackBerry – introduction

My first contact with BlackBerry development: here’s an article on what you need to get started.