FREE eBook Your Unofficial Raspberry Pi Manual
Raspberry Pi: The Unofficial Tutorial, By Christian Cawley, http://www.makeuseof.com
Get to know the world’s favorite $25 computer: the Raspberry Pi. You’ll find tips, tricks and more in this unofficial Raspberry Pi tutorial from MakeUseOf. Whether you’re a current Pi owner who wants to learn more or a potential owner of this credit-card size device, this isn’t a guide you want to miss.
Table Of Contents
Download Link: http://www.makeuseof.com/pages/great-things-small-package-your-unofficial-raspberry-pi-manual
Read More..
Get to know the world’s favorite $25 computer: the Raspberry Pi. You’ll find tips, tricks and more in this unofficial Raspberry Pi tutorial from MakeUseOf. Whether you’re a current Pi owner who wants to learn more or a potential owner of this credit-card size device, this isn’t a guide you want to miss.
Table Of Contents
- §1 – The Raspberry Pi
- §2 – What’s Inside the Raspberry Pi?
- §3 – What You Will Need for Your Raspberry Pi
- §4 – Setting Up the Raspberry Pi
- §5 – Getting to Grips with the GUI
- §6 – Programming on the Pi
- §7 – Configuring the Raspberry Pi as a Media Centre
- §8 – Fascinating Uses for the Raspberry Pi
- §9 – Raspberry Pi: A Versatile Mini Computer
- §10 – The Cream on Your Raspberry Pi
Download Link: http://www.makeuseof.com/pages/great-things-small-package-your-unofficial-raspberry-pi-manual
0
comments
Posted by
aklun
Sharpen bitmap using Convolution
The previous exercise "Blur bitmap using Convolution". By changing the matrix of Convolution class, we can use it to sharpen bitmap.
more: Something about processing images in Android
Read More..
class Convolution {
// matrix to sharpen image
int[][] matrix = { { 0, -1, 0 }, { -1, 5, -1 }, { 0, -1, 0 } };
...
more: Something about processing images in Android
0
comments
Posted by
aklun
Labels:
bitmap,
convolution,
sharpen,
using
Type face Example In Android
Description:
This example shows you can use your own typeface font and use into your application.
Algorithm:
1.) Create a new project by File-> New -> Android Project name it TypefaceExample.
2.) Write following code into res/layout.main.xml:
2.) Write following code into res/layout.main.xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:id="@+id/CustomFontText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="30sp"
android:text="Typeface Activity!!!! This is font Typeface example">
</TextView>
</LinearLayout>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:id="@+id/CustomFontText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="30sp"
android:text="Typeface Activity!!!! This is font Typeface example">
</TextView>
</LinearLayout>
3.) Create a fonts folder into assets directory and put your font file i.e. “.otf” file there.
4.) Run for output.
Steps:
1.) Create a project named TypefaceExample and set the information as stated in the image.
Build Target: Android 2.1
Application Name: TypefaceExample
Package Name: com.org.typefaceexample
Activity Name: TypefacActivity
Min SDK Version: 7
Application Name: TypefaceExample
Package Name: com.org.typefaceexample
Activity Name: TypefacActivity
Min SDK Version: 7
2.) Open TypefaceActivity.java file and write following code there:
package com.org.typefaceexample;
import org.pack.R;
import android.app.Activity;
import android.graphics.Typeface;
import android.os.Bundle;
import android.widget.TextView;
import org.pack.R;
import android.app.Activity;
import android.graphics.Typeface;
import android.os.Bundle;
import android.widget.TextView;
public class TypefaceActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
Typeface tf = Typeface.createFromAsset(getAssets(),
"fonts/File.otf");
TextView tv = (TextView) findViewById(R.id.CustomFontText);
tv.setTypeface(tf);
}
}
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
Typeface tf = Typeface.createFromAsset(getAssets(),
"fonts/File.otf");
TextView tv = (TextView) findViewById(R.id.CustomFontText);
tv.setTypeface(tf);
}
}
3.) Compile and build the project.
Gem Miner 2 v1 0 2
Gem Miner 2 v1.0.2
Requirements: Android 2.0+
Gem Miner 2 v1.0.2 Overview: Dig your way into history!
Grab your pickaxe and get ready for adventure!
Explore caves, abandoned mines and long forgotten temples as you search for fame and fortune in this long anticipated sequel to the best selling Android classic, Gem Miner!
Gem Miner 2 v1.0.2 Features:
- Bold and colorful HD graphics
- Bigger mines, more ores, more hazards, more tools and even more fun!
- Freeplay mode puts you in control of an enormous mine
- 4 difficulty levels in freeplay
- Expeditions across 3 difficulties
- Supports Google TV
More Info:
Code:
Download Instructions: Released by chathu_achttps://market.android.com/details?id=au.com.phil.mine2
http://www.MegaShare.com/4140424
ChessBuddy™ v1 0 2 apk
ChessBuddy™: The chess player in your pocket!
The chess player in your pocket! Play chess against your phone: ChessBuddy has 5 levels of strength, and features stunning 3D graphics (high-res)
- SeeBay™ Artificial Intelligence engine
- Move highlighting
- Opening book
- No network required: play on the plane!
- En-passant moves
- Never Force Closes, guaranteed!
Screenshots :
Download : 2.26Mb APK
0
comments
Posted by
aklun
Labels:
0,
2,
apk,
chessbuddy™,
v1
Free Download TSF Shell v1 3 0 Apk Full Version
TSF Shell v1.3.0 APK FULL VERSION
Req: Android 2.0+ Android Apk Free
TSF Shell v1.3.0 APK FULLY new Version! TSF Shell 3D is an interface with brand new operating system. Enable you to freely personalize various widgets to a full range. Let’s say goodbye to the traditional operation system.. New Brand new OS! Now in android!
TSF Shell v1.3.0 Apk Full Version Updates:
- New settings menu is added on the left.
- New TSF Shell screen density setting is added. This setting can be used to change the icons’ dimension, the spacing and the folders’ capacity.
- There are also varies shortcuts, such as WIFI, Bluetooth, Flight mode, Ring mode, and so on.
- Add Help ( user’s manual )
- New theme function.
- Improved:
- 1.Grid Arrangement Algorithm.
- Resolved:
- Fix the icon display error.
- Fix some models could not find the phone icon and the sms icon
TSF SHELL 3D has one app page and 4 personalized pages for our users.
GET NOW! FREE!
Download TSF Shell v1.3.0 Apk Full Version
Titanium Backup Pro v4 8 2 TBPatcher v4 8 2 APK FULL VERSION
Titanium Backup Pro v4.8.2 + TBPatcher v4.8.2 APK FULL VERSION
Req: android 2.0+ Android Apk Free
Titanium Backup Pro v4.8.2 + TBPatcher v4.8.2 APK android full version new realease! Titanium Backup is the most powerful backup tool on Android..
Titanium Backup Pro v4.8.2 + TBPatcher v4.8.2 APK Pro Feature added:
- Multiple backups per app
- 0-click batch restore
- Multi-user support for some apps! (eg: games)
- Batch verification
- Backup apps without closing them!
- Restore individual apps+data from CWM backups!
- Hypershell speed
- Migrate system data across different ROMs
- Market Doctor
- Apps freezer (incl. batch support)
- Market "auto updating" manager
- Convert user apps <=> system apps
- Encryption
- Unlimited schedules
- Sync to/from Dropbox
- Protect backup against deletion
- Send backup by e-mail
- CSV export any app DB (e-mail or Google Docs)
- Brand the app with your name
- Bloatware Melter (experimental)
- Convert app data to/from faster WAL DB format
- And more!
Titanium Backup Pro v4.8.2 + TBPatcher v4.8.2 APK FULL VERSION Updates:
- Minor bag fix;
- Add Button "Hide Icon from Launcher"
- easy install
Download Titanium Backup Pro v4.8.2 + TBPatcher v4.8.2 APK FULL VERSION
Greedy Spiders 1 2 2 apk download android
Come scaricare le applicazioni Per scaricare le apps da filesonic bisogna cliccare su slow download e aspettare circa 30 secondi , dopodichè inserire il codice riportato sulla figura e clicca AVVIA DOWNLOAD . Se volete scaricare più rom senza aspettare molto tempo dovete spegnere il modem e riaccenderlo in modo da cambiare ip oppure usare un proxy . Altrimenti dovete aspettare circa 15 min
Read More..
Palmary Weather Premium v1 27 apk
Weather forecast around the world !
Palmary Weather Premium v1.27 market.android.com.customweatherpro
Weather application with intuitive user interface will minimize amount of actions you need, to get necessary information and stay updated 24/7.
Forecast is provided by leading weather provider CustomWeather Inc.
Features:
- 68000 locations all over the world.
- Current conditions, 12-hour, 48-hour, 2-day and 15-day forecasts.
- Airport delays.
- Weather Alerts.
- 9 different weather maps.
- Animated maps for Doppler Radar (USA only) and Satellite.
- 10 beautiful home screen widgets.
- Forecast Charts: temperature, probability of precipitation, precipitation, wind, humidity.
- Determining location by GPS. Automatically tracking current location using GPS.
- Temperature and Weather Alerts notifications at the status bar.
- Flexible auto update preferences for application and widgets.
- Option to not waking up device for weather update while it is asleep.
- Option to choose weather forecast for auto-update.
- Possibility to configure widget without removing it.
Required Android O/S : 1.6+
Screenshots :
Screenshots :
Download : 2.5b APK
Shoppers Paradise HD v1 0 5 apk
Build your own shopping paradise and become a retail tycoon !
Shoppers Paradise HD v1.0.4 market.android.com.sgg.sp2
Build your shoppers paradise, become a retail tycoon and outsmart your competition before the last customer leaves town.
- build or buy stores, movie theaters, hotels and warehouses
- hire employees, manage inventory, pick best locations
- maintain your properties and catch thieves
- hire police officers to keep your town safe
Required Android O/S : 1.6+
Screenshots :
Download : 1.8Mb APK
Ubuntu Themes v2 0 Android Apk
Download Ubuntu Themes Android Apk Free
Ubuntu Theme For Adw, Adw.Ex, Go Ex, Apex, Apex Pro, Holo, Holo HD, Holo Plus, Nova Launchers & Nova Prime.
We hope you will like our theme very much.
Feel free to rate n review & ask for new icons.
Install our theme and have an updated look in your beloved Android Device.
**Features [COMMON FOR ALL LAUNCHERS]:**
10 Major Launchers Support;
Android 2.2+ Support;
Original Apple Iphone Icons;
70+ Apps Icons as in this version plus all other apps with a common Iphone Icon background.
Supports LDPI, MDPI, HDPI n Tablets.
**Features [As per Launchers]:**
**Adw/Adw.Ex:**
Icons Pack;
Theme Skin;
Wallpapers.
**Apex/Apex Pro/Go Ex:**
Icons Pack;
Font;
Theme UI;
Wallpapers[3 As In This Version].
**Holo/Holo HD/Holo Plus/Nova:**
Icons Pack.
Download Ubuntu Themes v2.0 Apk
TuneWiki Pro v4 6 2 Full Apk
Download TuneWiki Pro For Android
The only music player where you can get, share and talk about lyrics and music.
TuneWiki Pro is the Ad-Free version of TuneWikis award winning music player!
Play your music or radio with scrolling lyrics
INTRODUCING LYRIC ART
Create Lyric Art with your photos and lyrics
Let lyrics tell a great story for you!
* Listen to any music with scrolling lyrics
* Design & share images with lyrics to Facebook and Twitter
* Get lyrics instantly translated into 40+ languages
* Share Photos from your gallery with lyrics
* Free, unlimited SongID with synced lyrics
* Discover new music – Visit community to see what lyrics and music are
most popular
* See all the most popular photos and Lyric Art
* View and edit detailed tag info for artists, albums and songs
* Create, manage, and edit playlists
* Supports installation to SD card. Please note that due to restrictions
within the Android OS, the widget will be disabled when the app is on the
SD card.
* Sync lyrics, flag lyrics, and get the lyrics to sing along to in your favorite
songs
Screenshot:
Whats New
New in 4.6.2
-Lyric Art is even more awesome with filters and new ways to customize lyrics!
-Tag your friends with less typing: @mentions now use auto-complete!
-Bug fixes and performance enhancements
As always, you can post feedback on our Facebook and Twitter pages (@TuneWiki)
Download TuneWiki Pro v4.6.2 Full Apk
Google+ 2.1.1
Real-life sharing rethought for the web, wherever you are.
Google+ for mobile makes sharing the right things with the right people a lot simpler.
Features:
Circles let you share the right things with just the right people.
Visit the stream to get updates from your circles or see what people are saying nearby.
Instant Upload automatically uploads videos and photos to your own private album on Google+, making sharing a snap.
Messenger is super-fast messaging for everyone in your circles.
Mobile Hangouts allows you to video chat with up to 9 friends while you’re on the go.
Read more »
Read More..
Real-life sharing rethought for the web, wherever you are.
Google+ for mobile makes sharing the right things with the right people a lot simpler.
Features:
Circles let you share the right things with just the right people.
Visit the stream to get updates from your circles or see what people are saying nearby.
Instant Upload automatically uploads videos and photos to your own private album on Google+, making sharing a snap.
Messenger is super-fast messaging for everyone in your circles.
Mobile Hangouts allows you to video chat with up to 9 friends while you’re on the go.
Read more »
0
comments
Posted by
aklun
Labels:
google
Bubble Live Wallpaper v1 0 2 Apk
Download Bubble Live Wallpaper For Android
Bubble Live Wallpaper, beautiful floating bubbles. Inspired by original Galaxy S4 sky blue background.
Now with custom background image option!
To use: Home -> Menu -> Wallpapers -> Live Wallpapers
To develop more free great live wallpapers, we have implemented some ads in settings.
Advertisement can support our develop more free great live wallpapers.
This live wallpaper has been tested on latest devices such as Samsung Galaxy S4, Nexus 7, HTC One and Sony Xperia Z. Please contact us if your device is not supported.
Note: If your wallpaper resets to default after reboot, you will need put the app on phone instead of SD card.
Screenshot:
Whats New:
- Updated Android 4.3 SDK
- Updated AppBrain SDK
Download Bubble Live Wallpaper v1.0.2 full Apk
Subscribe to:
Posts (Atom)