Questions tagged [buzztouch]

buzztouch is a web-based software that helps you create and manage iPhone, iPad, and Android apps.

12 questions
4
votes
3 answers

IOS 5 No audio when playing a video with Silent mode on with a buzztouch app

I have done several apps with buzztouch for Iphone and Ipads, here is a free one as an example : http://itunes.apple.com/us/app/lr-basics-free-edition/id497563707?mt=8 I do not know code very much, I have very little basics that is why I designed my…
photoserge
  • 41
  • 1
  • 1
  • 4
2
votes
1 answer

My app crashes when I run it from Android Studio after making a change while it's already running

I'm working on an application in Android Studio that, for some reason, constantly throws the error "Unfortunately, MyApp has stopped". This only happens if I run the app, make a change to the code while it's running, and then try to run it again. …
Derek
  • 112
  • 1
  • 9
2
votes
2 answers

_OBJC_CLASS_$_ScringoAgent", referenced from:

I am using Scringo in BuzzTouch iOS application - and creating an archive. It fails with the following error (null): Ignoring file /Users/rbabu/Desktop/XCodeProjects/Development/selenagomez_iOS 1.4/Scringo/Scringo.framework/Scringo, missing required…
2
votes
0 answers

Creating table with checkmarks using buzztouch

I am creating an iOS app using BuzzTouch. I would like to create a table with checkmarks. When user click on any row, a checkmarks appears right to that row and by clicking again on the same row, it will disappear. The user can tick multiple rows…
informatiker
  • 2,769
  • 4
  • 17
  • 13
0
votes
1 answer

Android App/AVD problems

This is my 1st attempt at an app - i'm a novice at this so please be patient! I've created a basic app using buzztouch. I've downloaded the sourcecode and created a project from an existing source in Eclipse. This worked great for me last week until…
user1211455
  • 13
  • 1
  • 4
0
votes
1 answer

What sorts of problems cause Core Text crashes in calls to `sizeThatFits`?

I've seen a handful of different crash reports coming in that all seem to be triggered when Core Text is calculating the size of some text in response to a call to [UIView sizeThatFits]. I suspect the crashes share some common cause, but I've only…
Chris Loer
  • 190
  • 1
  • 12
0
votes
2 answers

Imported BT App`s won`t run on my eclipse emulator

While starting my app in emulator i got this error on eclipse ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.fmvsample/.BT_activity_root } then in my emulator an error pop up…
Jhonathan H.
  • 2,734
  • 1
  • 19
  • 28
0
votes
1 answer

Twitter and Facebook for Socialize

I'm trying to get Twitter and Facebook to work on Socialize for my iOS app. I've followed the steps on Socialize's website up until the "Linking to existing credentials" area (Twitter: http://socialize.github.io/socialize-sdk-ios/twitter.html,…
user1253582
  • 185
  • 1
  • 1
  • 5
0
votes
1 answer

Objective-C, Buzztouch coding alerts - Data argument not used by format string and Semantic issue. Can someone explain what is going on?

I'm currently running Mountain Lion OS X 10.8 with Xcode 4.4 installed. I'm running the iOS 5.1 simulator. I'm using Buzztouch as a learning tool while I'm studying Objective-C and Xcode. I get the following alerts when I compile, but the build…
splatoperator
  • 227
  • 1
  • 2
  • 10
0
votes
1 answer

Integrating adwhirl with Buzztouch 1.4 on Android,crashes phone

I am trying to add Adwhirl to a Buzztouch app on Android but it crashes the phone. Admob on its own is OK. The Adwhirl code has been added to the custom text page code in Buzztouch 1.4. I have an app set up in the Adwhirl control panel that uses…
0
votes
3 answers

Android: java.lang.NullPointerException

I am currently have a problem with a buzztouch android app I created the error from google play is NullPointerException in BT_viewUtilities.updateBackgroundColorsForScreen() I have narrowed it down to the following code, does anyone see any kind…
Alton
  • 3
  • 5
-2
votes
2 answers

App won't run on emulator or device with eclipse

I am a beginner developer working on a Mac. Any help with this problem will be GREATLY appreciated. My app source code was created in Buzztouch. I have imported it to Eclipse. I have set up the SDK. I have run the Hello, World app successfully. I…