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

[FREE][GAME] Puppy In Peril - shapes puzzle with bad guys

Hey there!
I've just released my FIRST game, PUPPY IN PERIL, after years of part time development. I started with NO CODING EXPERIENCE and no background in graphics/art or music/sfx. Well, here's what happened...

WISHMASTER STUDIOS Releases PUPPY IN PERIL

Are people annoying you at work?
Do you want a challenge?
Then Just Play This Game! And Poop On Their Heads!

PUPPY IN PERIL is a hilarious and creative FREE game that combines elements of mechanical puzzle and strategy games.


FAQ

Q. FREE? Yeah good on ya buddy - It has Ads right?
A.
The Ads are Voluntary. You can Play Offline. All content can be completed and unlocked without having to watch Ads or make In-App Purchases.

Q. But it's crap isn't it?
A.
In some ways it resembles excrement and does not match up to other Mobile titles, but it is the developer's first game. In the short time since release, PUPPY IN PERIL has already amassed over 1 player worldwide and been awarded WINNER of Under 1 Game Of The Year Awards.

Q. So what's it about then?
A.
Released on May 27th, 2019 PUPPY IN PERIL stars the confident and adorable PAPPY, the happy puppy with a cheeky sense of humour. Players must guide PAPPY through 100 levels of challenging shape puzzles to reach the top of Magic Mountain while defending against the ANGRY MOBS that want to destroy PAPPY's happiness.

Q. All that happiness sounds a bit lame and boring.
A.
Is that a question? PAPPY is a puppy, and puppies are happy. PAPPY's shameless use of bodily functions leads to hilarious consequences for the unsuspecting ANGRY MOBS and give the Player a great sense of revenge satisfaction. The Player can also combine PAPPY's bodily functions with other objects in the game for wacky results. See how a puppy causes lightning by farting!

Q. OK then, so where can I see some screenshots or Download it?
A.
Download PUPPY IN PERIL for FREE on Google Play:
https://play.google.com/store/apps/details?id=com.Wishmaster.PuppyInPeril

Q. Who are these WISHMASTER STUDIOS clowns anyway?
A.
They are just one guy. One stay at home Dad and 58 weeks of work over a number of years.

Q. Is that it, can I go do something else now?
A.
Yes.

All feedback is welcomed so I know what's good and bad about the game.
Thanks everyone.

Apps ExpandableListView on fragment

Hello World!

I have a big Problem with a fragment in my android project. I've tried to put an expandableListView inside my fragment and the app crashes when i navigate to this fragment. I hope u can help me.. (Using kotlin and lokking for answers sice 2-3 days -.-)

Here is my code of helpFragment.kt

Code:
override fun onCreateView(
        inflater: LayoutInflater, container: ViewGroup?,
        savedInstanceState: Bundle?
  
  
    ): View? {
        val view = inflater.inflate(R.layout.fragment_help, container, false)
      
val thema1: MutableList<String> = ArrayList()
        thema1.add("help")


        val thema2: MutableList<String> = ArrayList()
        thema2.add("help")


        val thema3: MutableList<String> = ArrayList()
        thema3.add("help")

        header.add("Thema 1")
        header.add("Thema 2")
        header.add("Thema 3")
      
        body.add(thema1)
        body.add(thema2)
        body.add(thema3)
      
        expandableListView.setAdapter(MyAdapter(context, expandableListView, header, body))

        return view
    }

    override fun onAttach(context: Context) {
        super.onAttach(context)

        getContext()


       
    }


(if needed code from myAdapter.kt)
Code:
class MyAdapter(var context: Context,var expandableListView : ExpandableListView,var header : MutableList<String>, var body : MutableList<MutableList<String>>) : BaseExpandableListAdapter(){
    override fun getGroup(groupPosition: Int): String {
        return header[groupPosition]
    }

    override fun isChildSelectable(groupPosition: Int, childPosition: Int): Boolean {
        return true
    }

    override fun hasStableIds(): Boolean {
        return false
    }

    override fun getGroupView(groupPosition: Int, isExpanded: Boolean, convertView: View?, parent: ViewGroup?): View? {
        var convertView = convertView
        if(convertView == null){
            val inflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater
            convertView = inflater.inflate(R.layout.parent_layout,null)
        }
        val title = convertView?.findViewById<TextView>(R.id.tv_title)
        title?.text = getGroup(groupPosition)
        title?.setOnClickListener {
            if(expandableListView.isGroupExpanded(groupPosition))
                expandableListView.collapseGroup(groupPosition)
            else
                expandableListView.expandGroup(groupPosition)
            Toast.makeText(context, getGroup(groupPosition),Toast.LENGTH_SHORT).show()
        }
        return convertView
    }

    override fun getChildrenCount(groupPosition: Int): Int {
        return body[groupPosition].size
    }

    override fun getChild(groupPosition: Int, childPosition: Int): String {
        return body[groupPosition][childPosition]
    }

    override fun getGroupId(groupPosition: Int): Long {
        return groupPosition.toLong()
    }

    override fun getChildView(groupPosition: Int, childPosition: Int, isLastChild: Boolean, convertView: View?, parent: ViewGroup?): View? {
        var convertView = convertView
        if(convertView == null){
            val inflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater
            convertView = inflater.inflate(R.layout.child_layout,null)
        }
        val title = convertView?.findViewById<TextView>(R.id.tv_title)
        title?.text = getChild(groupPosition,childPosition)
        title?.setOnClickListener {
            Toast.makeText(context, getChild(groupPosition,childPosition),Toast.LENGTH_SHORT).show()
        }
        return convertView
    }

    override fun getChildId(groupPosition: Int, childPosition: Int): Long {
        return childPosition.toLong()
    }

    override fun getGroupCount(): Int {
        return header.size
    }

}

I hope anyone can help me. Thanks for looking.

Would you be willing to be a tester?

Hello, gang! I'm currently looking for testers who are willing to take the time to try out my game - Wasteland Highway. I'd appreciate any and ALL feedback. If the game is horrible, please let me know. If there are changes or improvements that need to be made, I'd love to make them. ALL testers will be given credit (with your permission) in the game's CREDITS section.

To clarify, I'm NOT looking for reviews, only feedback that can be used to improve and maximize user experience :)

If you'd like to contribute, feel free to download Wasteland Highway (via Google Playstore) and share your experience here. ANY feedback is much appreciated. Thanks for reading, and happy gaming!

A31s semi-unknown tablet help

LimePC? Tsingua Tonggang?
Model: THTF-B9S2
Product Type: MID
Operating system: ANDROID
Processor: A31S quad core Allwinner
Processor frequency: 1.5GHz
Storage Type: DDR3 1G
Hard disk capacity: 8GB
Screen Size: 9.7 inch
WIFI Network: Support B / G / N
Bluetooth: 4.0

photos of the board and chips in the tablet.
https://drive.google.com/open?id=1WdavreiMLm-S7qQ6-EtdOGuiF3I5zfd0

Chinese tablet set up for retail pos, no longer using the company, but i own the thing so thought maybe i could use it for something else at my business. Tablet is working, however its pretty bare, and still loaded with the companies bloatware. They no longer sell this particular counter POS system, and are no help when it comes to issues while i was a customer, so i know a non-customer would not get anywhere with them.

I know that finding the firmware for this specific one is going to be impossible, but with there being so many Allwinner 31s Chinese tablets, any possibility of a compatible one? All i really need is bluetooth, wifi, and ability to download and install apps.

Help Lots of issues on the alcatel 1. I want to put a new OS on it or fix the issues completely.

I am using an Alcatel 1. Model is 5059T, Model types is 5033T-TSAU, Android version is 8.1.0, kernal version is 4.4.95. Phone is usaing a Joy1 operating system which is probably one of the worst on the ****ing planet.

And now for the loads of issues I have with this phone which I would like assistance in fixing.

When I restart the phone it doesn't show my contacts, only the phone numbers despite my contacts being saved to the sim card.

Quite often when I put the phone to silent and then back to normal sound it won't make a sound when a call or text is coming through. ANd yes I do have the volume up as load it can possible go.

In relation to the above issue it vibrates when I miss a call. I want the vibration feature deleted from the phone completely

I have been to many phone shops and they can't fix it

I find the phone lags a lot and apps accidently close because of where the home and back buttons are.

I have tried to root the phone with Kingo Root and it won't root it. It keeps saying phone is not supported. I though every single android phone was rootable.

I would like the actual samsung OS on this phone not this Joy1 crap

I would also like to be able to put the windows phone or Linux phone on it if possible if putting a samsung os isn't possible.

Please help the phone is making me pull my hair out.

Accessories Software for Generic Headphone IR Adapter?

Hi
My Phone does not have a USB- OTG or USB-C so the only IO Port is the Headphone.
I saw on Ebay some IR Headphone Jack IR Adapter.
I looking for as Software maybe is there some open avaiable?
There are some interesting TV and POS Display here who I want to send some IR Stuff in.

There also to detect a Bus an IR Receiver on Lightpoles so another think who I want to receive and send IR Data in and out.

ONN 8" Android Tablet Headphone jack not working.

Just got my dad one of these tablets from Wal-Mart for father's day. The headphone jack would not work. Tried several headphones so thats not the issue, it still plays through the tablets speakers even with the device plugged in.
So, we returned it, and got an identical tablet, only this one is doing the same thing!
I cannot figure it out. There seems to be no settings to change, I tried restarting, and it was updated as soon as he got it out of the box. He uses it to listen to podcast in bed so the headphones are an important part for him. Any help is appreciated!

Model # ONA19TB002
ONN 8" Android Tablet

Screenshot vs Capture

This is new for Android 9. Before 9, Capture was different than a Screenshot. The screenshot was just that, a picture of your screen. Capture had the ability to edit the picture of your screen by cropping, drawing, adding text and other things. Since the update to 9, Screenshots have the same ability. After taking a screenshot, just wait a few seconds and popup will appear in the lower right of your screenshot. Tap on the "pencil" and you get the same tools as a "Capture". It is really handy. (I used a screenshot of a screenshot to show the popup. The arrow is from the Photo Editor app.)
Screenshot_20190616-183617.png

VPN Client Apps

I need a VPN client app that supports connecting to a L2TP/IPsec VPN using a Pre-shared key. I have tried many VPN client apps and have been unable to get a successful connection. I have been able to successfully connect using Win7, Win10 as well as iOS and one android LG V40 ThinQ on Verizon using LG’s built-in advanced VPN client. The basic android clients as well as many 3rd party VPN client apps don’t seem to work for this VPN. Unfortunately I do not have access to the server to make changes to the VPN’s configuration.

Any help would be appreciated.
Thank you.

Recommend a Phone. Under $500, good performance, likely to last 3+ years.

Hello, I am currently using a Nexus5X and want to upgrade due to having a really slow UI, closing music/podcast apps due to low ram, and just bad experience due to bad performance. I really don't want anything fancy, just something that can use a browser and play podcasts.

I am considering the Galaxy S9 or Pixel3A. But could I get more bang for my buck, basically the best performance, and made by a manufacturer which is not known to just break after 1 year. Any suggestions?

App to invoice clients with GPX tracking

Hello,
I am looking for an app for the live bee removal guys I work with so that they can create a map showing the locations of their customers for the next day, the locations on the map must be able to be saved (GPX for example, but CSV is fine too) so that I can track the removals done per day and locations. Maybe the map could also guide the bee remover to the location?

I am indeed a researcher who works with honey bees.

Maybe there is an app that not only would invoice but also save the coordinates of where the invoice was made?

Thanks for helping!

Contact number labels.

Hi all,
When accessing a contact from messaging it shows all the numbers associated with that contact but does not show the type of number it is. Ex mobile, home, work and so on. They are all labeled in my contacts just doesn't show up when accessing through the texting app.
Any suggestions on how to show labels?

thanks!

GamerROM Eclipse Port Status!

Welcome!

This thread is a status thread for GRE this thread isn't a announcement of GRE for the Nexus 6P, however we do want to say we are in the works to atremot to port over GRE but if successul here is some faqs for you to understand it!

Will requirements increase for GRE?

A:
Yes, due to LineageOS 16.0 requiring vebdor images to patch your device their will be an increased requirement that not many people may meet, this isno exception for Nexus 6P user base!


Will GRE be buggy or not?

A:
Possibly LineageOS 16.0 is unofficially supported and builds depend on the original source code that is maintained by the original maintainer.

Will GRE have an engine replacement?

A:
yes the OS will be using the AICP Engine that will have the AICP Experience built in!


Status: Available Now

honor 10 light or Xiaomi Redmi Note 7 ?

Hello

I'm looking for a good budget phones but i don't know at all about budget phones,i was using Samsung s7 edge and s9 which they are very different with budget phones. I want a phone that stays with me at least for 2 years with no problem, usually i use my phone for whatassap, browsing internet and a lot of youtube.

What do you think about honor 10 light or Xiaomi Redmi Note 7 ? or is there a better phone than them ?

Filter

Back
Top Bottom