Quantcast
Channel: User Apfelsaft - Stack Overflow
Browsing all 40 articles
Browse latest View live

Comment by Apfelsaft on Gradle failed to resolve library in Android Studio

After an hour of trying everything I could think of, a simple restart solved the problem. Sometimes I hate Android Studio....

View Article



Comment by Apfelsaft on How to load Classes at runtime from a folder or JAR?

@RayanFar: fixed

View Article

Comment by Apfelsaft on App submission failed - 1+ corrupted...

We have the same problem since friday. We also tried to upload an old version of our app which has been previously approved, but got rejected with the same message.

View Article

Comment by Apfelsaft on Abstract functions in Swift Language

Imo the best answer.

View Article

Comment by Apfelsaft on When should I access properties with self in swift?

Can you cite the relevant part of Apple's documentation? I cannot find a recommendation.

View Article


Comment by Apfelsaft on App Store does not show my app after approval

@JaimeMontoya: As far as I can remember it wasn't linkable. I think I saw it after tapping some "Contact Apple" button in iTunes Connect.

View Article

Comment by Apfelsaft on iOS 11: [ImageManager] Unable to load image data

Thanks! Fixed a bug that I was hunting the whole day which only occurred on only one iPhone.

View Article

Comment by Apfelsaft on android.security.KeyStoreException: Invalid key blob

How does deleting the entry solve the problem? It will be impossible to decrypt the user's data after that.

View Article


Comment by Apfelsaft on Reading from a file - how to?

@AntonGrigorita: I am glad that I was able to help.

View Article


Comment by Apfelsaft on Could not get unknown property 'assemble'

It's strange. The same problem appeared in my project too. It worked in the morning, I restarted AndroidStudio 1 hour ago and I started getting the same error. I also have Crashlytics included.

View Article

Comment by Apfelsaft on Could not get unknown property 'assemble'

This is the solution. The Fabric Gradle plugin was updated yesterday to 1.28.0: docs.fabric.io/android/changelog.html#fabric-gradle-plugin The new version seems to cause some problems.

View Article

Comment by Apfelsaft on UIScrollView Scrollable Content Size Ambiguity

Sometimes I really hate Apple. They can add new features to Xcode, but these features should not change the default behavior.

View Article

Comment by Apfelsaft on iOS: Detect if device has a SIM card

@PtitXav The class is not deprecated, but its property serviceSubscriberCellularProviders is.

View Article


Comment by Apfelsaft on iOS: Detect if device has a SIM card

CTCarrier is deprecated: developer.apple.com/documentation/coretelephony/ctcarrier

View Article

Answer by Apfelsaft for How to get the section header view's title when...

Swift solution:let sectionHeaderView = table.headerViewForSection(indexPath.section)let sectionTitle = sectionHeaderView?.textLabel?.text

View Article


Answer by Apfelsaft for Translate Animation is hiding behind other view

Take a look at setZAdjustment.Constant Value Descriptionnormal 0 The content being animated be kept in its current Z order.top 1 The content being animated is forced on top of all other content for the...

View Article

Answer by Apfelsaft for Android - Maps v2 - How to arrange z-axis of last...

As James already wrote, showing an InfoWindow will do the trick. You can "show" an invisible InfoWindow by using your own adapter:public class InfoWindowAdapter implements...

View Article


Symfony2: Adding a join condition to a ManyToMany relationship

I have to change something in an existing Symfony2 project, but unfortunately I have never worked with Symfony2 before. The database contains the following tables:Location========id ....Deal========id...

View Article

Swift libraries included twice in IPA

I discovered that all the Swift libraries (libswiftCore.dylib, libswiftCoreGraphics.dylib,...) exist twice in the IPA. After decompressing the IPA, there is one version of theses libraries inside the...

View Article

Image may be NSFW.
Clik here to view.

Possible to hide POIs on Google Maps?

I have embedded Google Maps v2 in my app. There are a lot of POIs like restaurants and parks on the map, which I want to have removed. I am talking about things like "Google Bldg 44" on the lef image...

View Article
Browsing all 40 articles
Browse latest View live


Latest Images