• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

[Game][Free] Kitty & Friends: blast of fun

WELCOME TO THE WORLD OF CARTOON ADVENTURE AND HEAD TOY BLASTING FUN!

Kitty & Friends is match 2 game. Blast toon cubes and ton of toys!
Dive into the toon world with our characters Kitty the Leader, Panda the Chef and Doggy the Athlete and many more! Help our characters in learning and discovering new things, by completing different addictive levels in each story!
Blast toon cubes, create bonuses, blast all toy in the whole place!

So, don’t you hesitate and join the adventure and discover new toon things, meet new characters, discover new power-ups and have TOY BLASTING FUN!

Features:
⁃ Complete the match-2 levels and unlock new boosters
⁃ In each story discover new toon objects and blast them!
⁃ Create your team and match with players all over the world!
⁃ Choose your character that you want to play with!
⁃ Share with your friends, give them lives for playing!
⁃ The game is free and easy-peasy to play, but the more you complete the more challenging it gets and more toys you need to blast!
⁃ Free daily spins and chests are waiting for you with stunning rewards!
⁃ The game is totally free to play without any ads!


Kitty & Friends invite you to to help them to blast all toys you can in addictive match 2 game.
Google Play link: Kitty & Friends: blast of fun

2-768x1365.jpg

1-768x1365.jpg

3-768x1365.jpg

Apps How to get the Id of selected database records in spinner

Hi. I am using spinner where it displayes the names of students. There is table studentrecords which stores Student Id, FirstName, LastName and class. The requirement is that when I select the student name, then its Id, FirstName,LastName, Class should be displayed on text box. I have the below code. How should I get the Id of the selected student.
Java:
package com.example.anitaa.studentapplication;

import android.annotation.SuppressLint;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.Toast;

import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.JsonArrayRequest;

import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;

import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

public class UpdateActivity extends AppCompatActivity {
    Spinner spinner;
    ArrayAdapter adapter1;
    EditText Id1,firstname1,lastname1,class1;
    Button button1;
    private JSONArray response;
    String url1 = "http://192.168.1.6/student/web/studentrecords";

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate ( savedInstanceState );
        setContentView ( R.layout.activity_update );
        spinner = (Spinner) findViewById ( R.id.spinner1 );
        Id1 = (EditText) findViewById ( R.id.studentid );
        firstname1 = (EditText) findViewById ( R.id.firstname );
        lastname1 = (EditText) findViewById ( R.id.lastname );
        class1 = (EditText) findViewById ( R.id.studentclass );
        final List<String> list = new ArrayList<> ();



        JsonArrayRequest request = new JsonArrayRequest ( url1,
                new Response.Listener<JSONArray> () {
                    @Override
                    public void onResponse(JSONArray response) {
                        try {
                            list.add(0,"Select Student");
                            // response is the JSONArray that you need to iterate
                            for (int i = 0; i < response.length (); i++) {
                                JSONObject obj = response.getJSONObject ( i );
                                int StudentId = obj.getInt("Id");
                                String name= obj.getString ( "FirstName" );
                                String lastName = obj.getString ( "LastName" );



                                list.add(name+" "+lastName);




                            }

                            spinner_code ();


                        } catch (JSONException e) {
                            e.printStackTrace ();
                        }
                    }

                    private void spinner_code() {

                        adapter1=new ArrayAdapter ( UpdateActivity.this,android.R.layout.simple_spinner_item, list );
                        adapter1.setDropDownViewResource ( android.R.layout.simple_spinner_dropdown_item);
                        spinner.setAdapter ( adapter1 );
                        spinner.setOnItemSelectedListener ( new AdapterView.OnItemSelectedListener () {
                            @SuppressLint("ResourceType")
                            @Override
                            public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
                                spinner.setSelection ( position );
                                if(spinner.getSelectedItem ().equals ( "Select Student" )) {
                                    Id1.setText("");

                                }else
                                {
                                   

                                }
                            }


                            @Override
                            public void onNothingSelected(AdapterView<?> parent) {

                            }
                        } );



                    }
                    private int getStudentId(int position)
                    {
                        int Student_Id =0;
                        try
                        {
                            JSONObject json = response.getJSONObject ( position );
                            Student_Id = json.getInt("Id");
                        } catch (JSONException e) {
                            e.printStackTrace ();
                        }
                        return Student_Id;
                    }





                }, new Response.ErrorListener () {
            @Override
            public void onErrorResponse(VolleyError error) {
                error.printStackTrace ();
            }
        } );


        MySingleton.getInstance ( UpdateActivity.this ).addToRequestque ( request );


    }
}

Help Huawei P20 Lte: Computer not connecting to phone

When I connect the phone to my Windows 10 PC by cable it does not show in File Explorer or the Device Manager. I tried using HiSuite but it keeps prompting me to enable HDB use on the phone, which I have, but to no effect. I am running out of space on the phone.

I'm sure it used to be possible to connect but I was using another computer at the time. Are there drivers I can install for this? I am wary about installing viruses if I use an unsafe source. I tried Android File Transfer but it is Mac only and I cannot see a Ms Windows-compatible version. Any advice? I am not getting any response when I connect the phone besides the device connected chime, but no choose your action alerts.

1.png

Need the right layout for fixed grid position

Hi.

Is there a layout where i can sort dynamically content in fixed 2d grid?
Like Grid view but i want to sort all items after a x/y coordinate.

x1y1 x2y1 x3y1 x3y1
x1y2 x2y2
x1y3 x2y3 x3y3

and so on.

What i can find the grid view can only be sorted by name or value in rows. so if a item later is added then all items under that is moved.

Hopes it make sence.

Regards Danni.

Bulk sale of Android app licenses for promo

We have been approached by a company that wants to hand out codes for a free, branded version of an app that we sell on the Google Play store.

I wonder how this could best be implemented. We could upload the branded version as a separate app to the store and generate the required number of license keys. However, this approach would mean that we have to maintain a separate version, that the branded version has a publicly visible entry in the store, and we'll also run afoul of the store policy by not giving Google its share.

Another way would be to allow to enter a code in the free version of our app and then switch to a special mode. However, this way customers would see the unbranded version first and I don't think that's whats wanted for a promotion.

Simply hosting an APK on a separate web page would require manual installation and not provide automatic updates.

Can you think of a good way to provide a branded version that's sold in bulk?

Crown Editor - Heart Filters for Pictures 2019


Heart Editor
is the best heart editor for pictures with many professional editing tools for free and extremely friendly & nice crown heart editor interface. You can edit your photos easily with many cute stickers, trendy snappy sticker that are updated regularly such as: heart crown sticker, heart filter, gorgeous flower crown, cat sticker, lovely doggy face, and hundreds of kawaii filters, coachella filters and latest sticker effects.

Outstanding features of Crown Editor:

Nice interface and easy to use
Professional editing tools for free
More than 100+ heart crown sticker, heart filter, flower crown sticker, snappy effect with countless cute sticker and lovely cat sticker, funny sticker,....
The most beautiful sticker effect updated day by day
Heart Editor export snappy photo with HD quality
Light weight, low memory capacity
Stable and smooth operation on all devices
Share your beautiful snappy photos on social networks easily and quickly than ever

Download Heart and Crown here
2019358f52bb-e993-4650-96c6-646e0037c497.png

Emoji Editor - Emoji on Pictures

Currently, the trend of editing photos with emoji background is becoming very hot for online community on social networking sites such as tumblr, twitter, facebook, insta, ... The emoji smileys, hearts, ... have become extremely familiar with young people, especially those who use social networks because of their fun and eye-catching. However, it takes a lot of time to insert each emoji into the picture, so I want to introduce you to an extremely useful and interesting application: Emoji Editor - Photo editing application to create emoji background Professional TOTALLY FREE.

Outstanding features of Emoji Editor


Nice emoji camera interface, friendly and easy to use
Create an attractive emoji pictures with many professional editing tools for free
Huge collection of emoji backgrounds, background emoji to add emoji on pictures
Export HD quality emoji pictures in second
Lightweight, not take up much space in your device
Create your own emoji background, emoji on pictures with your favorite emoji
Emoji Editor running stable and fast on all devices
Hundreds of emoticons, heart crown sticker, flower crowns, dog face cameras, cat stickers ... for you to explore



Download it HERE!

2019b2f06c1a-e477-431f-b4fd-4638dbcdaf1c.png

Help Connect J7 to wifi / wire / or computer internet (for updates) [faulty built-in wifi]

Good Day!

Hereby with a problem I become mad

I had a Samsung J7 SM-J730F with what I believe is a faulty wifi (board has little corrosion where wifi should be place)

I have reset back to factory, and everything seems working except the wifi,
phone and 3G/4G also works flawlessly

So, I though, I will connect it to some land line trough a OTG wifi module, or wire-cable, or to the computer (as we use to do years and years ago) and update all SO, or when I would like to download something big

For daily use, phone-data is enough


but I can get it to work,

I have try
- Bluetooth pairing
- a micro usb and a usb wifi dongle
- even a cable Micro USB - Ethernet RJ45 (j)
(https://www.amazon.es/Ugreen-30219-Ethernet-Adaptador-negro/dp/B00WM9LUN8)



nothing seems to give connectivity to my phone,


anything else I could do ??

Huawei P Smart 2019 - cannot delete 3rd party apps in safe mode

I have a Huawei P Smart 2019 and discovered that I cannot uninstall 3rd party apps when in safe mode. When I try to delete a 3rd party app it just goes back to the apps list and shows the app still there. I can delete it fine when not in safe mode.
My device is currently running EMUI 9.1.0 (build 9.1.0.262).
I'm gonna try a factory reset once I've backed everything up, but wondered if this is a known issue.

Fast Charge slow after updating to 7.0?

Recently I updated my phone to Android 7.0, all this time I didn't really care about updating the software until I thought "oh fine why not" and then I realized something was off with my charging. It's slow! Like wtf. Before updating, my phone can charge fast even when I'm using it e.g youtube etc. such as if I had 90% battery or as low as 10% and I charge my phone while using it, it can still charge super fast to full in a matter of minutes. But now it's like in a standstill! It says fast charging but the percentage doesn't even move and I can actually see the battery draining instead! There's nothing wrong with my charger. This happened immediately after I updated to 7.0. What is going on? Is there something in 7.0 that's bad?

Also usually when charging I can feel the charger head connector port getting hot but now nothing whatsoever.

Should I go back back to the previous versions? I mean I do like how the 7.0 looks but if it drains my battery I say screw that. (Like seriously, I'm fast charging right now and 3% just went bye bye. Wow.)

Why is Bluetooth Input Not working?

So I wanted to use my PS4 (PlayStation®4) controller with my new Note 10+ so I connected it via Bluetooth as an input device, my note 10+ successfully connects to it but doesn't recognize the inputs that impressing.

For example.it works great on wired connection but even if I'm on not on wired the mouse icon should show whenever I use the touch pad this usually indicates my note 10+ is receiving input signals from my controller.

How do I fix this?

GalxyS9plus Play Store app malfunctioning

When I open the Google Play Store app I only get a blank screen that flashes from right to left. It started about a week ago. I have done all the tips such as clearing the cache and all data for the app, restarting the phone, checking permissions, etc. nothing works!

Verizon store immediately told me I needed to buy a new phone but I know someone out there can help me fix this less than a year old phone! Thanks.

Android-x86

I need to run it on a USB drive so I downloaded android-x86_64-8.1-r2.iso and put it on a USB disk.
When I booted it and selected "Live CD - Run Android-x86 without installation", setup went through ok, O.S. and apps seem running normal but whenever reboot my laptops (IBM/Lenovo), everything will start over from the beginning new setup and apps have to be installed again.

So I tried to select "Auto_Installation - Auto Install to Specified hard disk" on another USB. However, after install and reboot it, the setup process is very slow, not responding. there was once setup finish, the O.S. and apps not responding. Does anyone know if there is a fix? Thanks. Ian

Offline fm radio tuner app that allows recording

Hi everyone.
I have an samsung j2 pro 2018 and it has a fantastic build in app that allows me to tune into local radio stations it can be used to record news or talkshows interviews etc. I am going to change phones and it seems some other phones have a radio app but only samsung has that radio app that allows recording of live radio.
I checked the app and it seems to be open source. I will have to learn how to create a copy of it myself but I cannot find the source code anywhere.
Here are some pictures of the app
SP9H9ft

Any help in finding it or a similar one would be appreciated.
thanks

Attachments

  • Screenshot_20190905-103453.jpg
    Screenshot_20190905-103453.jpg
    33.5 KB · Views: 300
  • Screenshot_20190905-103616.jpg
    Screenshot_20190905-103616.jpg
    54.9 KB · Views: 1,132
  • Screenshot_20190905-103638.jpg
    Screenshot_20190905-103638.jpg
    60.3 KB · Views: 617
  • Screenshot_20190905-110915.jpg
    Screenshot_20190905-110915.jpg
    263.6 KB · Views: 314

Filter

Back
Top Bottom