Click here to Skip to main content
15,896,063 members
Home / Discussions / Android
   

Android

 
AnswerRe: How to pass database record one activity to another activity Pin
Yuvraaz Poudel17-Apr-14 20:14
Yuvraaz Poudel17-Apr-14 20:14 
Questionhow to view data from mysql use php and these data show in android app in listview Pin
Rafique Android Developer17-Apr-14 4:50
Rafique Android Developer17-Apr-14 4:50 
Questionmy navigation drawer doesnot work in android version less than 4.1. Pin
Yuvraaz Poudel16-Apr-14 20:44
Yuvraaz Poudel16-Apr-14 20:44 
Questiontext Pin
Member 107342698-Apr-14 9:54
Member 107342698-Apr-14 9:54 
AnswerRe: text Pin
Richard MacCutchan8-Apr-14 9:56
mveRichard MacCutchan8-Apr-14 9:56 
AnswerRe: text Pin
Member 1069480010-May-14 10:08
Member 1069480010-May-14 10:08 
QuestionMainActivity or MainFragment? Pin
Jassim Rahma4-Apr-14 3:15
Jassim Rahma4-Apr-14 3:15 
QuestionClass requires API level 11 (current min is 8) Pin
Jassim Rahma4-Apr-14 2:09
Jassim Rahma4-Apr-14 2:09 
Hi,

I am new to Android Stuio. I created a project with the default setting and the added a fragment layout then fragment class

I am now getting the following error:

Class requires API level 11 (current min is 8)

on this line:

public class WeatherFragment extends Fragment {

here is my import:

Java
import android.app.Activity;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;;
import android.support.v4.app.FragmentManager;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.support.v4.widget.DrawerLayout;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import android.app.Fragment;
import android.support.v4.app.ListFragment;


and this is my Manifest:

XML
<?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.jassim.yallabahrain.app" >
    
        <application
            android:allowBackup="true"
            android:icon="@drawable/ic_launcher"
            android:label="@string/app_name"
            android:theme="@style/AppTheme" >
            <activity
                android:name="com.jassim.yallabahrain.app.MainActivity"
                android:label="@string/app_name" >
                <intent-filter>
                    <action android:name="android.intent.action.MAIN" />
    
                    <category android:name="android.intent.category.LAUNCHER" />
                </intent-filter>
            </activity>
        </application>
    
    </manifest>



Technology News @ www.JassimRahma.com

AnswerRe: Class requires API level 11 (current min is 8) Pin
Peter Leow4-Apr-14 2:29
professionalPeter Leow4-Apr-14 2:29 
AnswerRe: Class requires API level 11 (current min is 8) Pin
Rafique Android Developer17-Apr-14 5:04
Rafique Android Developer17-Apr-14 5:04 
Questionproblem with android html5 app Pin
Jassim Rahma30-Mar-14 0:20
Jassim Rahma30-Mar-14 0:20 
AnswerRe: problem with android html5 app Pin
Kornfeld Eliyahu Peter30-Mar-14 3:37
professionalKornfeld Eliyahu Peter30-Mar-14 3:37 
GeneralRe: problem with android html5 app Pin
Jassim Rahma30-Mar-14 7:56
Jassim Rahma30-Mar-14 7:56 
AnswerRe: problem with android html5 app Pin
Kornfeld Eliyahu Peter30-Mar-14 7:59
professionalKornfeld Eliyahu Peter30-Mar-14 7:59 
NewsBitmap from view with opaque/semi transparent background Pin
DaveyM6926-Mar-14 12:25
professionalDaveyM6926-Mar-14 12:25 
GeneralRe: Bitmap from view with opaque/semi transparent background Pin
hhsumon31-Mar-14 2:00
hhsumon31-Mar-14 2:00 
GeneralRe: Bitmap from view with opaque/semi transparent background Pin
DaveyM692-Apr-14 9:36
professionalDaveyM692-Apr-14 9:36 
Questiondetection de personne dans une image Pin
ranouna24-Mar-14 6:12
ranouna24-Mar-14 6:12 
SuggestionRe: detection de personne dans une image Pin
Richard Deeming24-Mar-14 10:06
mveRichard Deeming24-Mar-14 10:06 
Generalcount the number of people in the image Pin
ranouna25-Apr-14 0:58
ranouna25-Apr-14 0:58 
QuestionHow to make Norwegian Text to Speech Application in Android Pin
Member 883863721-Mar-14 3:40
Member 883863721-Mar-14 3:40 
AnswerRe: How to make Norwegian Text to Speech Application in Android Pin
Member 107242124-Apr-14 0:23
Member 107242124-Apr-14 0:23 
Questionhow to use MCC, MNC, LAC, CID current location find in android app Pin
aks_aashu19-Mar-14 2:16
aks_aashu19-Mar-14 2:16 
AnswerRe: how to use MCC, MNC, LAC, CID current location find in android app Pin
Richard MacCutchan19-Mar-14 3:55
mveRichard MacCutchan19-Mar-14 3:55 
QuestionRe-Material to start android programming and sites to visit Pin
Member 1067900618-Mar-14 0:40
Member 1067900618-Mar-14 0:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.