There are some examples out there, but I’ve found that most of are either too complicated or are too specific. In the end I decided that the only way to fix the problem is to write a general tutorial on Log4Net configuration myself.
Basics
Use NuGet to download and install the latest version of Log4Net.
Config files
Now you need to configure Log4Net.
Read More ...
Blur Mask Filter in Android
Blur Mask Filter on Bitmap in Android
This takes a mask, and blurs its edge by the specified radius.
Whether or or not to include the original mask, and whether the blur
goes outside, inside, or straddles, the original mask’s border, is
controlled by the Blur enum. package
com.example.androiddrawbitmap; import java.io.FileNotFoundException;
import android.net.Uri; import android.os.Bundle; import
android.app.Activity; import android.content.Intent; import
android.graphics.Bitmap; import android.graphics.BitmapFactory; import...
Creating a Mobile Event Calendar
Tags: android, conference location, GNU General Public License, Google, google maps, IOS, IPhone, Mobile Calendar, Mobile Event Calendar, mobile version, Open Source
This tutorial describes how to build an HTML5-based mobile calendar to
track conferences and events that run on iOS and Android phones using a
mobile version of dhtmlxScheduler (open source, GPL). At the end, users
will be able to add and edit events, select the conference location on
Google Maps, and see the events in day, month, or list views….
Read More...