25 questions
1
vote
2
answers
210
views
new thread in Titanium Hyperloop
I want use Huawei Push Kit in my Appcelerator Titanium app with Hyperloop.
var tokenString = '';
var Activity = require('android.app.Activity');
var ActivityToken = require('com.huawei.hms....
1
vote
1
answer
177
views
Appcelerator Errors When Running Android
I'm having issues when trying to run the Android Emulator with Appcelerator. I'm new to this program and not having much luck finding an answer on how to fix this error. My app development knowledge ...
2
votes
2
answers
367
views
How do I change the home/back button icon in the actionbar in Titanium using native code?
I would like to change the back/home button icon in Titanium. I am able to do this using the Theme.
However I would like to change the icon at runtime after I apply the theme. The actionbar in ...
0
votes
1
answer
157
views
how to catch an onScroll event in Ti.UI.ListView?
Is there a way to catch an onScroll event in ListView like it is done for ScrollView?
It is not exposed in SDK, any solution using module or hyperloop is welcome
1
vote
0
answers
140
views
openALPR integration into Appcelerator app via Hyperloop
I'm trying to integrate openALPR iOS module to Titanium app using Hyperloop from here: https://github.com/yasirmturk/openalpr-swift
I successfully installed it via cocoapods but now I'm stuck how to ...
1
vote
1
answer
208
views
Hyperloop eventlistener example
I try to make a flac file player with Appcelerator and Hyperloopusing the OrigamiEngine
It works as I can play, pause and stop the player. But I can't get the "addEventListener" mode working. I read ...
0
votes
1
answer
84
views
Appcelerator - include jar in build at compile-time?
Since Appcelerator(/Hyperloop) doesn't use Gradle or Maven to manage dependencies, I need to include them all manually for my project by placing them in the app/platform/android folder. I have done ...
1
vote
1
answer
209
views
Hyperloop module LFLiveKit
I have an issue with native issues in my hyperloop module for LFLiveKit, looking for some advice and help.
I only see a red screen showing.
I also get the alerts for the permissions.
Here is my code:...
0
votes
1
answer
63
views
Appcelerator Hyperloop Android handle return data
I am trying to use Hyperloop to wrap the Estimote SDK. I've made some significant progress and have been able to range for and find beacons.
My problem is with the data returned from the Estimote SDK....
1
vote
0
answers
146
views
Use AVAudioSession.sharedInstance in Hyperloop JS file
How can I use AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryAmbient, with: .mixWithOthers) in a JS file? I want to play sounds on top of music without causing the music from any ...
1
vote
1
answer
136
views
Custom TableViewCell with Appcelerator Hyperloop
Hi would like to create custom tableViewCell with hyperloop. The problem is, I don't figure how to. I've tried implement it with a swift class :
Cell.swift
import UIKit
public class MyCell: ...
1
vote
1
answer
473
views
Appcelerator Hyperloop - using 3rd party swift library
I'm trying to use Hyperloop in order to use a third-party open source library. The library I want to use is Sweet Alert iOS.
The library has a swift file. I have put this file inside an src directory ...
0
votes
1
answer
85
views
Hyperloop and standard CommonJS project
I tried to use Hyperloop in a non-Alloy project and apparently it doesn't work (please, correct me if I'm wrong). Is there any technical reason why a traditional CommonJS project can't make use of ...
6
votes
1
answer
239
views
Hyperloop and Google Mobile Ads SDK
I'm trying to use Google-Mobile-Ads-SDK in my appcelerator project since ti.admob (https://github.com/appcelerator-modules/ti.admob) doesn't seem to support rewarded ads. So I created a Podfile in the ...
5
votes
0
answers
325
views
Appcelerator Hyperloop Android - How to use certain Sensor Manager functions which use a pass by reference structure
I'm stepping into Hyperloop for the first time, specifically for Android currently, and although it's going fairly well I've had one issue which I will explain below.
I've successfully been able to ...